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