We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4466ef commit 85756c7Copy full SHA for 85756c7
ssh/config.d/general.conf
@@ -6,9 +6,6 @@
6
7
IdentitiesOnly yes
8
9
-# The University of Helsinki servers have buggy public key authentication
10
-# PasswordAuthentication no
11
-
12
# Non-Windows systems
13
# https://superuser.com/a/1708655
14
# https://creechy.wordpress.com/2021/02/03/quest-for-a-multi-platform-ssh-config/
ssh/config.d/helsinki.conf
@@ -1,5 +1,8 @@
1
# University of Helsinki servers
2
3
+# The University of Helsinki servers require that the first login after a reboot is with a password for Kerberos to acquire its tickets.
4
+# PasswordAuthentication no
5
+
Match Host hile exec "! hostname | grep 'ad.helsinki.fi'"
ProxyJump melkki.cs.helsinki.fi
0 commit comments