fbcab3da0e
Add openssh-7.9p1-keygen-preserve-perms.patch (bsc#1150574). This attempts to preserve the permissions of any existing known_hosts file when modified by ssh-keygen (for instance, with -R). Run 'ssh-keygen -A' on startup only if SSHD_AUTO_KEYGEN="yes" in /etc/sysconfig/ssh. This is set to "yes" by default, but can be changed by the system administrator (bsc#1139089). Add openssh-7.9p1-keygen-preserve-perms.patch (bsc#1150574). This attempts to preserve the permissions of any existing known_hosts file when modified by ssh-keygen (for instance, with -R). OBS-URL: https://build.opensuse.org/request/show/738490 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=198
15 lines
221 B
Plaintext
15 lines
221 B
Plaintext
## Path: Network/Remote access/SSH
|
|
## Description: SSH server settings
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: sshd
|
|
#
|
|
# Options for sshd
|
|
#
|
|
SSHD_OPTS=""
|
|
|
|
#
|
|
# Whether to run ssh-keygen -A
|
|
#
|
|
SSHD_AUTO_KEYGEN="yes"
|