dotfiles/files/ssh/.ssh/config.d/public

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