mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
81210e717c
d/gdb-15.1-x86_64-1.txz: Upgraded. n/openssh-9.8p1-x86_64-3.txz: Rebuilt. As upstream refactors this into smaller binaries, we could easily run into another update that causes an sshd lockout if the listener process isn't restarted. So, let's try to prevent that. After the package is upgraded, we'll use "sshd -t" to make sure that we have a sane configuration, and if so then we'll restart the listener process automatically. If you don't like this idea, you may turn it off in /etc/default/sshd. n/wpa_supplicant-2.10-x86_64-5.txz: Rebuilt. Use more normal permissions for the documentation and examples. Thanks to Didier Spaier.
14 lines
482 B
Text
14 lines
482 B
Text
# Optional arguments to start sshd with.
|
|
#
|
|
# Note that using the -p flag causes any Port directives
|
|
# in sshd_config(5) to be ignored.
|
|
#
|
|
# If you want to run sshd on non-standard port(s), use:
|
|
#SSHD_OPTS="-p 12345 -p 6789"
|
|
#
|
|
# If you want to use non-standard sshd_config, use:
|
|
#SSHD_OPTS="-f /some/other/sshd_config"
|
|
#
|
|
# If you don't want the sshd listener automatically restarted when the package
|
|
# is upgraded, then uncomment this line:
|
|
#SSHD_LISTENER_AUTO_RESTART_ON_UPGRADE=no
|