[ create a new paste ] login | about

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

Plain Text, pasted on Oct 1:
--(~/.ssh)-------------------------------------------------------------------------------------------(pts/4@master)--
cat config
host fire
HostName romster.dyndns.org
Port 22
User git
IdentityFile ~/.ssh/joe9

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
--(~/.ssh)----


Create a new paste based on this one


Comments: