1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-05 20:09:25 +00:00
dotfiles/files/ssh/.ssh/config.d/public
2017-10-26 12:00:41 +05:30

29 lines
460 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
Host 35.*.*.*
User abhay
Host aur.archlinux.org
IdentityFile ~/.ssh/aur.pem
User aur