From 79f97feb961d400d7f2347a0c00efce843999236 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 9 Dec 2020 09:43:56 -0500 Subject: added missing files from old laptop --- .ssh/config | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to '.ssh/config') 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 -- cgit v1.2.3-70-g09d2