update to fix identitiesonly parameter
update to include router ssh
This commit is contained in:
parent
497791641c
commit
efcd979eb8
1 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue