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#2041770
This commit is contained in:
parent
219d4cc438
commit
72d4bb605f
@ -6,3 +6,4 @@ SyslogFacility AUTHPRIV
|
||||
PasswordAuthentication yes
|
||||
PermitEmptyPasswords yes
|
||||
PermitUserEnvironment yes
|
||||
Subsystem sftp internal-sftp
|
||||
|
Loading…
Reference in New Issue
Block a user