From f7930e11e7a5246675ac56f4da4ea6aa61b4341b Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 11 Jan 2022 10:11:03 -0800 Subject: [PATCH] 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 --- 80-rhel/config_files/common/sshd_config.anaconda | 1 + 1 file changed, 1 insertion(+) diff --git a/80-rhel/config_files/common/sshd_config.anaconda b/80-rhel/config_files/common/sshd_config.anaconda index e6d4644..940f501 100644 --- a/80-rhel/config_files/common/sshd_config.anaconda +++ b/80-rhel/config_files/common/sshd_config.anaconda @@ -6,3 +6,4 @@ SyslogFacility AUTHPRIV PasswordAuthentication yes PermitEmptyPasswords yes PermitUserEnvironment yes +Subsystem sftp internal-sftp