Skip to content

Commit 85756c7

Browse files
committed
Move a university SSH configuration notice to the correct file
1 parent b4466ef commit 85756c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ssh/config.d/general.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
IdentitiesOnly yes
88

9-
# The University of Helsinki servers have buggy public key authentication
10-
# PasswordAuthentication no
11-
129
# Non-Windows systems
1310
# https://superuser.com/a/1708655
1411
# https://creechy.wordpress.com/2021/02/03/quest-for-a-multi-platform-ssh-config/

ssh/config.d/helsinki.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# University of Helsinki servers
22

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+
36
Match Host hile exec "! hostname | grep 'ad.helsinki.fi'"
47
ProxyJump melkki.cs.helsinki.fi
58

0 commit comments

Comments
 (0)