about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-11-12 17:54:06 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-11-12 17:54:06 +0900
commit52e8207fccbd0d46eb073491fb5625506365ed49 (patch)
treee3c8725abcc90a5f3d2aaeb0380473fb9b3262cc
parent43ebdc9418e4545cfc8fd0ef68bc3e6d82a414bd (diff)
downloaddotfiles-52e8207fccbd0d46eb073491fb5625506365ed49.tar.gz
Add SSH config for the stronk server
-rw-r--r--dev/.ssh/config5
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