# default for all
-#IdentityFile ~/.ssh/windy.key
#IdentityFile ~/.ssh/gitolite3
-IdentityFile ~/.ssh/jannik
-Host windy
- User gitolite3
- IdentityFile ~/.ssh/gitolite3
-
-# override as per host
-Host silver
- HostName 192.168.1.100
-
-Host windy
- HostName 192.168.1.101
-
-Host git.zndr.dk
- Hostname zndr.dk
+Host localhost git.zndr.dk
+ HostName localhost
User git
- PreferredAuthentications publickey
- IdentityFile ~/.ssh/windy.key
+ IdentityFile ~/.ssh/jannik
Host zndr.dk
+ HostName zndr.dk
User jaz
-
-
+ IdentityFile ~/.ssh/windy.key