dotfiles/ssh/config

26 lines
429 B
Plaintext
Raw Normal View History

2016-01-23 21:52:00 +00:00
Host *
UseRoaming no
IdentitiesOnly yes
Compression yes
2016-01-23 21:45:18 +00:00
Host biblioteca.me
HostName biblioteca.me
Port port
User user
IdentityFile /path/to/ssh/key
Host aur.archlinux.org
HostName aur.archlinux.org
User aur
IdentityFile /path/to/ssh/key
Host bitbucket.org
User git
HostName bitbucket.org
IdentityFile /path/to/ssh/key
Host github.com gist.github.com
User git
HostName github.com
IdentityFile /path/to/ssh/key