]> git.zndr.dk Git - dotfiles.git/commitdiff
Update ssh/config
authorJannik ZANDER <jannik@zndr.dk>
Tue, 28 Jan 2020 20:11:25 +0000 (21:11 +0100)
committerJannik ZANDER <jannik@zndr.dk>
Tue, 28 Jan 2020 20:11:25 +0000 (21:11 +0100)
.ssh/config

index 591e25b0f5ffd17fa6948963ade4bc1f2011fcb1..80c945e79b1693c6c0d0d0e9bf053e0e3e17aa5b 100644 (file)
@@ -1,13 +1,11 @@
 # default for all
-  IdentityFile ~/.ssh/jannik
+IdentityFile ~/.ssh/id_rsa
 
 Host localhost git.zndr.dk
   HostName localhost
   User git
-  IdentityFile ~/.ssh/jannik
 
 Host zndr.dk
   HostName zndr.dk
   User jaz
-  IdentityFile ~/.ssh/windy.key