fixed formatting
This commit is contained in:
parent
8f9fe993f5
commit
2303b04e79
2 changed files with 7 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ log/
|
||||||
*.zwc.old
|
*.zwc.old
|
||||||
prezto/
|
prezto/
|
||||||
tmux/t-theme/
|
tmux/t-theme/
|
||||||
|
.directory
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
Host *
|
Host *
|
||||||
IdentitiesOnly=yes
|
IdentitiesOnly yes
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
Host pete
|
Host pete
|
||||||
HostName phoward.mooo.com
|
HostName phoward.mooo.com
|
||||||
User stev
|
User stev
|
||||||
IdentityFile ~/.ssh/pete_key
|
IdentityFile ~/.ssh/pete_key
|
||||||
Host ymca
|
Host ymca
|
||||||
HostName cymca.mooo.com
|
HostName cymca.mooo.com
|
||||||
User stev
|
User stev
|
||||||
IdentityFile ~/.ssh/ymca_key
|
IdentityFile ~/.ssh/ymca_key
|
||||||
Host github.com
|
Host github.com
|
||||||
Hostname github.com
|
Hostname github.com
|
||||||
User git
|
User git
|
||||||
IdentityFile ~/.ssh/github_rsa
|
IdentityFile ~/.ssh/github_rsa
|
||||||
Host router
|
Host router
|
||||||
Hostname 192.168.1.1
|
Hostname 192.168.1.1
|
||||||
User root
|
User root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue