From 41e9336603f4626e1df1d0b6f1c7b433d2bcd972 Mon Sep 17 00:00:00 2001 From: Jakub Fojt Date: Wed, 5 Mar 2025 11:27:17 +0100 Subject: [PATCH] sshconfig --- .ssh/config | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/.ssh/config b/.ssh/config index 47224d7..e39dfb9 100644 --- a/.ssh/config +++ b/.ssh/config @@ -57,34 +57,7 @@ Host remote11 Host dardel Hostname dardel.pdc.kth.se User fojt - GSSAPIAuthentication yes - GSSAPIKeyExchange yes - GSSAPIDelegateCredentials yes - PreferredAuthentications gssapi-keyex,gssapi-with-mic - -Host beskow - Hostname beskow.pdc.kth.se - User fojt - GSSAPIAuthentication yes - GSSAPIKeyExchange yes - GSSAPIDelegateCredentials yes - PreferredAuthentications gssapi-keyex,gssapi-with-mic - -Host pdctransfer - Hostname t04n27.pdc.kth.se - User fojt - GSSAPIAuthentication yes - GSSAPIKeyExchange yes - GSSAPIDelegateCredentials yes - PreferredAuthentications gssapi-keyex,gssapi-with-mic - -Host tegner - Hostname tegner.pdc.kth.se - User fojt - GSSAPIAuthentication yes - GSSAPIKeyExchange yes - GSSAPIDelegateCredentials yes - PreferredAuthentications gssapi-keyex,gssapi-with-mic + IdentityFile ~/.ssh/id_dardel Host * ForwardAgent no