diff --git a/ssh/config b/ssh/config index 154d2ed..cdf7a3a 100644 --- a/ssh/config +++ b/ssh/config @@ -136,4 +136,8 @@ Host frp-us-la HostName 112.31.107.190 User root Port 7012 - IdentityFile ~/.flinty/ssh/us-la.pub \ No newline at end of file + IdentityFile ~/.flinty/ssh/us-la.pub + +Host mtk-genio + HostName 172.16.48.130 + User ubuntu \ No newline at end of file diff --git a/ssh/mtk-genio.pub b/ssh/mtk-genio.pub new file mode 100644 index 0000000..b9138f8 --- /dev/null +++ b/ssh/mtk-genio.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBp2FjMNbIYkvUuxFhNdkUAJ2whs8ZFSvUa0C97SXead \ No newline at end of file