diff options
author | luxagraf <sng@luxagraf> | 2021-01-26 22:09:03 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-01-26 22:09:03 -0500 |
commit | 1cb058315de24162df4ba0ccc784f203d51f53e6 (patch) | |
tree | dfc63404c6ae337b50c2833175e25202ef39ca2d | |
parent | 63b86833c9a8a6c4571220bdc24abe347c3bb22e (diff) |
ssh: changed to new server
-rwxr-xr-x | .ssh/config | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/.ssh/config b/.ssh/config index 557c69b..e8ff55c 100755 --- a/.ssh/config +++ b/.ssh/config @@ -1,40 +1,33 @@ -Host lxfold - Hostname 108.61.156.57 +Host lxf + Hostname 205.185.114.103 user lxf Port 25978 CheckHostIP yes TCPKeepAlive yes IdentityFile ~/.ssh/id_ed25519 -Host lxf - Hostname 45.32.1.95 - user lxf +Host luxgit + Hostname 205.185.114.103 + user git Port 25978 CheckHostIP yes TCPKeepAlive yes IdentityFile ~/.ssh/id_ed25519 + Host lxfolder - Hostname 149.28.44.132 + Hostname 108.61.156.57 user lxf - Port 24598 + Port 25978 CheckHostIP yes TCPKeepAlive yes - ForwardX11 yes IdentityFile ~/.ssh/id_ed25519 -Host luxgit +Host lxfold Hostname 45.32.1.95 - user git + user lxf 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 |