forked from pool/openssh
a4dae544f0
Teach openssh to tell logind the TTY, else tools like wall will stop working now with the new systemd v254 and util-linux (and who, w, ... will not show a tty) OBS-URL: https://build.opensuse.org/request/show/1110800 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=250
14 lines
397 B
Diff
14 lines
397 B
Diff
diff -u openssh-8.4p1.orig/sshd_config openssh-8.4p1/sshd_config
|
|
--- openssh-8.4p1.orig/sshd_config 2020-09-27 09:25:01.000000000 +0200
|
|
+++ openssh-8.4p1/sshd_config 2021-05-18 19:15:39.190701511 +0200
|
|
@@ -88,8 +88,7 @@
|
|
#X11DisplayOffset 10
|
|
#X11UseLocalhost yes
|
|
#PermitTTY yes
|
|
-#PrintMotd yes
|
|
-#PrintLastLog yes
|
|
+PrintMotd no
|
|
#TCPKeepAlive yes
|
|
#PermitUserEnvironment no
|
|
#Compression delayed
|