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