Enable sftp when using inst.sshd

scp in openssh 8.7 will change to use sftp protocol. See
https://github.com/openssh/openssh-portable/pull/194 for details.

This enables the sshd internal-sftp implementation so that newer scp
versions will continue to work as expected. Note that the sshd service
is only running during the installation if inst.sshd is passed on the
kernel cmdline.

Resolves: rhbz#2040770
This commit is contained in:
Brian C. Lane 2022-01-11 10:11:03 -08:00
parent 4e176b009a
commit ae7bffb2a9
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ SyslogFacility AUTHPRIV
PasswordAuthentication yes
PermitEmptyPasswords yes
PermitUserEnvironment yes
Subsystem sftp internal-sftp