]> git.zndr.dk Git - dotfiles.git/commitdiff
Fix ssh config again
authorJannik ZANDER <jzander@grundfos.com>
Fri, 12 Jan 2018 11:00:46 +0000 (12:00 +0100)
committerJannik ZANDER <jzander@grundfos.com>
Fri, 12 Jan 2018 11:00:46 +0000 (12:00 +0100)
.ssh/config

index 0e9824cbf37e5c6e5b58d2f363be1ed3767333d6..1d02f8e393b07875d3a589a85da9aade547b296a 100644 (file)
@@ -1,18 +1,19 @@
-# default for all
-
-# Global SSH configurations here will be applied to all hosts
-IdentityFile ~/.ssh/id_rsa
-
 # override as per host
 Host grundfos
   Hostname grundfos.com
   User 59698
+  IdentityFile ~/.ssh/id_rsa
 
 Host bitbucket
   Hostname bitbucket.org
   User jannikz
+  IdentityFile ~/.ssh/id_rsa
 
 Host jannik-nas
   Hostname 192.168.1.100
   User Jannik
 
+# default for all
+
+#IdentityFile ~/.ssh/id_rsa
+