slackware-current/patches/source/openssh/sshd.default
Patrick J Volkerding ad40d2a62a Thu Feb 2 22:52:48 UTC 2023
patches/packages/openssh-9.2p1-x86_64-1_slack15.0.txz:  Upgraded.
  This release contains fixes for two security problems and a memory safety
  problem. The memory safety problem is not believed to be exploitable, but
  upstream reports most network-reachable memory faults as security bugs.
  This update contains some potentially incompatible changes regarding the
  scp utility. For more information, see:
    https://www.openssh.com/releasenotes.html#9.0
  For more information, see:
    https://www.openssh.com/releasenotes.html#9.2
  (* Security fix *)
2023-02-03 13:30:32 +01:00

10 lines
318 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"