diff options
-rw-r--r-- | dev/.ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/.ssh/config b/dev/.ssh/config index 241568f..2172264 100644 --- a/dev/.ssh/config +++ b/dev/.ssh/config @@ -11,6 +11,11 @@ Host rack Port 4071 RequestTTY yes +Host super + HostName 10.20.19.28 + Port 4071 + User phong + Host guix HostName 192.168.0.7 User cnx |