X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fsshconfig;h=a49bcad5d305df70ea30bb8e7f56cdba1812a8ff;hb=efa02464713db02292cc598bbb83411b71bb8b9f;hp=1fa25ee1b73c88dd047a928f39432d5f1a255a43;hpb=28c190798ee099c17413fda88e320df4a0e3e78e;p=clearscm.git diff --git a/rc/sshconfig b/rc/sshconfig index 1fa25ee..a49bcad 100644 --- a/rc/sshconfig +++ b/rc/sshconfig @@ -1,3 +1,18 @@ ForwardX11 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