From 72683a1e910d5194b67a2192d4215ec798a2f8c3 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Tue, 9 Jan 2018 11:56:07 +0100 Subject: [PATCH] Update hosts in ssh --- .ssh/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index db5b827..1c58d17 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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 -- 2.43.0