diff options
author | luxagraf <sng@luxagraf.net> | 2023-05-31 13:59:42 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-05-31 13:59:42 -0500 |
commit | 34ca1b6676fa70557f15863979161d5a7c13a430 (patch) | |
tree | 626debf8b3d0edc865e61fc921957ad75ffbfbe2 /.ssh | |
parent | 58ed0d4b2fd7e023e0c80f623c0103cfbd6e03d6 (diff) |
added lastest tweaks from T14
Diffstat (limited to '.ssh')
-rwxr-xr-x | .ssh/config | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/.ssh/config b/.ssh/config deleted file mode 100755 index 557c69b..0000000 --- a/.ssh/config +++ /dev/null @@ -1,40 +0,0 @@ -Host lxfold - Hostname 108.61.156.57 - user lxf - Port 25978 - CheckHostIP yes - TCPKeepAlive yes - IdentityFile ~/.ssh/id_ed25519 - -Host lxf - Hostname 45.32.1.95 - user lxf - Port 25978 - CheckHostIP yes - TCPKeepAlive yes - IdentityFile ~/.ssh/id_ed25519 - -Host lxfolder - Hostname 149.28.44.132 - user lxf - Port 24598 - CheckHostIP yes - TCPKeepAlive yes - ForwardX11 yes - IdentityFile ~/.ssh/id_ed25519 - -Host luxgit - Hostname 45.32.1.95 - user git - Port 25978 - CheckHostIP yes - TCPKeepAlive yes - IdentityFile ~/.ssh/id_ed25519 - -Host dis - Hostname 155.138.214.118 - User lxf - Port 24597 - CheckHostIP yes - TCPKeepAlive yes - IdentityFile ~/.ssh/id_ed25519 |