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