]> git.zndr.dk Git - dotfiles.git/commitdiff
Update hosts in ssh
authorJannik ZANDER <jzander@grundfos.com>
Tue, 9 Jan 2018 10:56:07 +0000 (11:56 +0100)
committerJannik ZANDER <jzander@grundfos.com>
Tue, 9 Jan 2018 10:56:07 +0000 (11:56 +0100)
.ssh/config

index db5b8277ac9538c6c4568be77180edb099f8b766..1c58d17320db2760d23b308b196f6e7b3d963048 100644 (file)
@@ -2,11 +2,14 @@
 
 
 # Global SSH configurations here will be applied to all hosts
-IdentityFile ~/.ssh/github
-IdentityFile ~/.ssh/grundfos
 IdentityFile ~/.ssh/jira_wdc
 
 # override as per host
+Host grundfos
+  Hostname grundfos.com
+  User 59698
+  IdentityFile ~/.ssh/grundfos
+
 Host bitbucket
   Hostname bitbucket.org
   User jannikz