1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-05 11:09:15 +00:00
dotfiles/files/ssh/.ssh/config.d/public

22 lines
291 B
Plaintext
Raw Normal View History

Host *
2019-01-24 20:10:35 +00:00
SendEnv no
Host bitbucket.org
2019-01-24 20:10:35 +00:00
Compression yes
ControlMaster yes
ControlPersist 1h
Host gh
2019-01-24 20:10:35 +00:00
HostName github.com
User git
Compression yes
ControlMaster yes
ControlPersist 1h
2016-12-21 11:47:50 +00:00
Host 35.*.*.*
User abhay
2017-10-26 06:30:41 +00:00
Host aur.archlinux.org
IdentityFile ~/.ssh/aur.pem
User aur