[ create a new paste ] login | about

Link: http://codepad.org/9qmILnjh    [ raw code | fork ]

Plain Text, pasted on Oct 1:
cat config
host fire
HostName romster.dyndns.org
Port 22
User git
IdentityFile ~/.ssh/joe9
TCPKeepAlive yes
IdentitiesOnly yes

Host github.com
User git
Port 22
Hostname github.com
IdentityFile ~/.ssh/github
TCPKeepAlive yes
IdentitiesOnly yes

Host ssh.github.com
User git
Port 443
Hostname ssh.github.com
IdentityFile ~/.ssh/github
TCPKeepAlive yes
IdentitiesOnly yes
--


Create a new paste based on this one


Comments: