update ssh config

This commit is contained in:
Aminda Suomalainen 2015-09-01 17:14:06 +03:00
parent 96dfc06668
commit 898b1dbfaf
1 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,6 @@ Host *
ForwardX11 no ForwardX11 no
# Ensure KnownHosts are unreadable if leaked. # Ensure KnownHosts are unreadable if leaked.
# While you might be reading this file from GitHub, I haven't
# specified all hosts here.
HashKnownHosts yes HashKnownHosts yes
# SSH key to use # SSH key to use
@ -47,6 +45,10 @@ Host lakka
HostName lakka.kapsi.fi HostName lakka.kapsi.fi
User mikaela User mikaela
Host meetingology
HostName ubottu.com
User meetingology
Host synvaler Host synvaler
AddressFamily inet6 AddressFamily inet6
HostName synvaler.mikaela.info HostName synvaler.mikaela.info