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 152b503042
commit 000667fbf5
1 changed files with 1 additions and 0 deletions

View File

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