Host jrv ssh.jrvieira.com
   HostName ssh.jrvieira.com
   IdentityFile ~/.ssh/jrvieira_rsa

Host github.com
   HostName github.com
   IdentityFile ~/.ssh/jrvieira_rsa
   ForwardX11 no

Host gitlab.com
   HostName gitlab.com
   IdentityFile ~/.ssh/jrvieira_rsa
   ForwardX11 no

Host nest.pijul.com
    HostName nest.pijul.com
    IdentityFile ~/.ssh/jrvieira_rsa
    ForwardX11 no

Host hub.darcs.net
   User jrvieira
   ControlMaster no
   ForwardAgent no
   ForwardX11 no
   Ciphers +aes256-cbc
   MACs +hmac-sha1
   PubkeyAcceptedKeyTypes ssh-rsa
   HostKeyAlgorithms ssh-rsa
   IdentityFile ~/.ssh/jrvieira_rsa

# Host *
#    ForwardX11 yes
#    ForwardX11Trusted yes