Merge branch 'master' of defaria.com:/opt/git/clearscm
[clearscm.git] / rc / sshconfig
index 3daa4f0..a49bcad 100644 (file)
@@ -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