diff options
author | luxagraf <sng@luxagraf.net> | 2020-12-09 09:43:56 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-12-09 09:43:56 -0500 |
commit | 79f97feb961d400d7f2347a0c00efce843999236 (patch) | |
tree | 389a8ee16d78cd31c691f99e99fc892ebe6fac76 /.ssh/config | |
parent | b5f9119f640afe8090f2c699671118192600b527 (diff) |
added missing files from old laptop
Diffstat (limited to '.ssh/config')
-rwxr-xr-x | .ssh/config | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/.ssh/config b/.ssh/config index 5104dd7..557c69b 100755 --- a/.ssh/config +++ b/.ssh/config @@ -1,36 +1,35 @@ -Host lux - Hostname 149.28.230.188 +Host lxfold + Hostname 108.61.156.57 user lxf - Port 24598 + Port 25978 CheckHostIP yes TCPKeepAlive yes - ForwardX11 yes IdentityFile ~/.ssh/id_ed25519 Host lxf - Hostname 149.28.44.132 + Hostname 45.32.1.95 user lxf - Port 24598 + Port 25978 CheckHostIP yes TCPKeepAlive yes - ForwardX11 yes IdentityFile ~/.ssh/id_ed25519 -Host luxgit +Host lxfolder Hostname 149.28.44.132 - user git + user lxf Port 24598 CheckHostIP yes TCPKeepAlive yes + ForwardX11 yes IdentityFile ~/.ssh/id_ed25519 -Host wlp - Hostname 149.28.112.177 - user wlp - Port 24598 +Host luxgit + Hostname 45.32.1.95 + user git + Port 25978 CheckHostIP yes TCPKeepAlive yes - #IdentityFile ~/.ssh/id_ed25519 + IdentityFile ~/.ssh/id_ed25519 Host dis Hostname 155.138.214.118 |