]> git.zndr.dk Git - dotfiles.git/commitdiff
Add ssh-config
authorJannik ZANDER <jannik@zndr.dk>
Thu, 2 Jan 2020 15:45:12 +0000 (16:45 +0100)
committerJannik ZANDER <jannik@zndr.dk>
Thu, 2 Jan 2020 15:59:36 +0000 (16:59 +0100)
.ssh/config

index 67bfbff40717175d4d0277bc8f028f4d5c331d8b..5cc562d7c5f2f30e06dbd02971d3e1f7c98f7e81 100644 (file)
@@ -1,27 +1,13 @@
 # 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