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
|
||||
prezto/
|
||||
tmux/t-theme/
|
||||
.directory
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
Host *
|
||||
IdentitiesOnly=yes
|
||||
IdentitiesOnly yes
|
||||
AddKeysToAgent yes
|
||||
Host pete
|
||||
HostName phoward.mooo.com
|
||||
User stev
|
||||
IdentityFile ~/.ssh/pete_key
|
||||
IdentityFile ~/.ssh/pete_key
|
||||
Host ymca
|
||||
HostName cymca.mooo.com
|
||||
User stev
|
||||
IdentityFile ~/.ssh/ymca_key
|
||||
IdentityFile ~/.ssh/ymca_key
|
||||
Host github.com
|
||||
Hostname github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/github_rsa
|
||||
Hostname github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/github_rsa
|
||||
Host router
|
||||
Hostname 192.168.1.1
|
||||
User root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue