summaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config')
-rwxr-xr-x.ssh/config34
1 files changed, 34 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
new file mode 100755
index 0000000..fd18e01
--- /dev/null
+++ b/.ssh/config
@@ -0,0 +1,34 @@
+Host lux
+ Hostname 149.28.230.188
+ user lxf
+ Port 24598
+ CheckHostIP yes
+ TCPKeepAlive yes
+ ForwardX11 yes
+ IdentityFile ~/.ssh/id_ed25519
+
+Host lxf
+ Hostname 149.28.44.132
+ user lxf
+ Port 24598
+ CheckHostIP yes
+ TCPKeepAlive yes
+ ForwardX11 yes
+ IdentityFile ~/.ssh/id_ed25519
+
+Host luxgit
+ Hostname 149.28.44.132
+ user git
+ Port 24598
+ CheckHostIP yes
+ TCPKeepAlive yes
+ IdentityFile ~/.ssh/id_ed25519
+
+Host wlp
+ Hostname 149.28.112.177
+ user wlp
+ Port 24598
+ CheckHostIP yes
+ TCPKeepAlive yes
+ #IdentityFile ~/.ssh/id_ed25519
+