From efcd979eb8c2578ae7095555d693994a6faa6ac3 Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 17 Mar 2020 23:18:54 -0400 Subject: [PATCH] update to fix identitiesonly parameter update to include router ssh --- config/.ssh/config | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/config/.ssh/config b/config/.ssh/config index 2f23be1..cbcc3c0 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -1,10 +1,12 @@ +Host * + IdentitiesOnly=yes Host pete - HostName peterhoward.ignorelist.com - User stev + HostName peterhoward.ignorelist.com + User stev IdentityFile ~/.ssh/pete_rsa Host ymca - HostName corryymca.ignorelist.com - User stev + HostName corryymca.ignorelist.com + User stev IdentityFile ~/.ssh/ymca_rsa Host bitbucket.org Hostname bitbucket.org @@ -22,3 +24,7 @@ Host github.com Hostname github.com User git IdentityFile ~/.ssh/github_rsa +Host router + Hostname 192.168.1.1 + User root + IdentityFile ~/.ssh/stevserver_rsa