X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fsshconfig;h=a49bcad5d305df70ea30bb8e7f56cdba1812a8ff;hb=5ed6aa97576a9eb55c92f92f010ddd0b135b8f9e;hp=3daa4f0a755baafc7e63be0faa20d7cbedf967e0;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/rc/sshconfig b/rc/sshconfig index 3daa4f0..a49bcad 100644 --- a/rc/sshconfig +++ b/rc/sshconfig @@ -1,3 +1,18 @@ ForwardX11 yes -ForwardX11Trusted yes +#ForwardX11Trusted yes StrictHostKeyChecking no + +Host * + ServerAliveInterval 300 + ServerAliveCountMax 2 + +Host home + Hostname defaria.com + User andrew + +Host defaria.com + User andrew + IdentityFile ~/.ssh/id_ecdsa + +Host * + User adefaria