1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-08 11:09:11 +00:00
dotfiles/files/ssh/.ssh/config.d/public
2019-01-25 01:40:35 +05:30

22 lines
291 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