From bc0ff2b3ea381be3ece4561e59808fb94d52921b Mon Sep 17 00:00:00 2001 From: Jakub Fojt Date: Mon, 13 Sep 2021 08:12:40 +0200 Subject: [PATCH] ssh: PDC transfer node --- .ssh/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.ssh/config b/.ssh/config index 1ca59c1..46a9303 100644 --- a/.ssh/config +++ b/.ssh/config @@ -71,6 +71,14 @@ Host beskow 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