Created
May 31, 2017 04:18
-
-
Save schleumer/5a42113c78ad0ace0879a50fb228c611 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host gitlab.com | |
HostName gitlab.com | |
PreferredAuthentications publickey | |
IdentityFile ~/.ssh/personalid | |
Host ironsystems | |
HostName gitlab.com | |
PreferredAuthentications publickey | |
IdentityFile ~/.ssh/id_rsa | |
Host * | |
ServerAliveInterval 120 | |
Host arch-linux | |
HostName 192.168.1.82 | |
User schleumer | |
IdentityFile ~/Seafile/workspace/pessoal/keys/key.pem | |
ForwardAgent yes | |
DynamicForward 1080 | |
Host vm | |
HostName 192.168.1.81 | |
User schleumer | |
IdentityFile ~/Seafile/workspace/pessoal/keys/key.pem | |
ForwardAgent yes | |
DynamicForward 1080 | |
Host server | |
HostName server.ues.li | |
User root | |
IdentityFile ~/Seafile/workspace/pessoal/keys/key.pem | |
ForwardAgent yes | |
DynamicForward 1080 | |
Host morpheus | |
HostName morpheus.imob.online | |
User admin | |
IdentityFile ~/Microsistec/dev.pem | |
Host osiris | |
HostName osiris.imob.online | |
User ubuntu | |
IdentityFile ~/Microsistec/dev.pem | |
Host sci | |
HostName sci.imob.online | |
User ec2-user | |
IdentityFile ~/Microsistec/dev.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment