1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-06 14:09:18 +00:00
dotfiles/files/ssh/.ssh/config.d/public
Abhay Rana 148b4773bd [ssh] private ssh config
- ssh config split to two files
- PERL module config improved
2016-07-11 14:14:04 +05:30

21 lines
366 B
Plaintext

Host *
SendEnv no
Host bitbucket.org
Compression yes
ControlMaster yes
ControlPersist 1h
Host gh
HostName github.com
User git
Compression yes
ControlMaster yes
ControlPersist 1h
Host koding
User captn3m0
HostName vm-0.captn3m0.koding.kd.io
ProxyCommand ssh %r@ssh.koding.com nc %h %p
Protocol 2
ServerAliveInterval 60