From: Jannik ZANDER Date: Tue, 9 Jan 2018 10:56:07 +0000 (+0100) Subject: Update hosts in ssh X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=72683a1e910d5194b67a2192d4215ec798a2f8c3;p=dotfiles.git Update hosts in ssh --- 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