diff options
author | luxagraf <sng@luxagraf.net> | 2021-07-16 20:36:05 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2021-07-16 20:36:05 -0400 |
commit | 7fe4f324b9c90c5383965b51aaccdd0322b4fef9 (patch) | |
tree | fc3d5a2a1fe8cfe9f7b6e601e229070cd5327578 /.ssh/config | |
parent | 9023193df97d2366a38b7f623c64215e809ec5d5 (diff) |
brought up to date with Debian configdebian-openbox
Diffstat (limited to '.ssh/config')
-rwxr-xr-x | .ssh/config | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/.ssh/config b/.ssh/config index 557c69b..1698e4d 100755 --- a/.ssh/config +++ b/.ssh/config @@ -1,40 +1,15 @@ -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 + Hostname 205.185.114.103 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 + Hostname 205.185.114.103 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 |