X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fsshconfig;h=2fe4668fee4772c0b3dbff71117b81dae2b3a5eb;hb=bb61b065080a4fa71b34da451a612461339656bb;hp=3daa4f0a755baafc7e63be0faa20d7cbedf967e0;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/rc/sshconfig b/rc/sshconfig index 3daa4f0..2fe4668 100644 --- a/rc/sshconfig +++ b/rc/sshconfig @@ -1,3 +1,11 @@ ForwardX11 yes -ForwardX11Trusted yes +#ForwardX11Trusted yes StrictHostKeyChecking no + +Host * + ServerAliveInterval 300 + ServerAliveCountMax 2 + +Host jira + HostName %h.audience.local + User adefaria