From c3c7427b3179d92d98b4f9d45889a28c0e3ac418 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Fri, 12 Jan 2018 12:00:46 +0100 Subject: [PATCH] Fix ssh config again --- .ssh/config | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 + -- 2.43.0