storing ssh config
This commit is contained in:
parent
f38364c680
commit
f5e19e74dc
1 changed files with 15 additions and 0 deletions
15
.ssh/config
Normal file
15
.ssh/config
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Host pete
|
||||||
|
HostName peterhoward.ignorelist.com
|
||||||
|
User stev
|
||||||
|
Host ymca
|
||||||
|
HostName corryymca.ignorelist.com
|
||||||
|
User stev
|
||||||
|
Host github.com
|
||||||
|
Hostname ssh.github.com
|
||||||
|
Port 443
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/github_rsa
|
||||||
|
Host flfire
|
||||||
|
HostName flfire.ignorelist.com
|
||||||
|
User stev
|
||||||
|
IdentityFile ~/.ssh/flfire_rsa
|
Loading…
Add table
Add a link
Reference in a new issue