From: Jannik ZANDER Date: Fri, 12 Jan 2018 10:51:04 +0000 (+0100) Subject: Fix ssh config X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=00907c906c510c0ac30edd342a368d0c1589434c;p=dotfiles.git Fix ssh config --- diff --git a/.ssh/config b/.ssh/config index a0d123c..0e9824c 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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