From: Jannik ZANDER Date: Fri, 12 Jan 2018 11:00:46 +0000 (+0100) Subject: Fix ssh config again X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=c3c7427b3179d92d98b4f9d45889a28c0e3ac418;p=dotfiles.git Fix ssh config again --- diff --git a/.ssh/config b/.ssh/config index 0e9824c..1d02f8e 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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 +