1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-05 02:09:21 +00:00
dotfiles/files/ssh/.ssh/config.d/public
2019-02-02 20:45:53 +05:30

27 lines
357 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 35.*.*.*
User abhay
Host aur.archlinux.org
IdentityFile ~/.ssh/aur.pem
User aur
Host sydney
User nemo
Port 222
HostName sydney.captnemo.in