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

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