Skip to content

Instantly share code, notes, and snippets.

@schleumer
Created May 31, 2017 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schleumer/5a42113c78ad0ace0879a50fb228c611 to your computer and use it in GitHub Desktop.
Save schleumer/5a42113c78ad0ace0879a50fb228c611 to your computer and use it in GitHub Desktop.
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