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
		
			
				
	
	
		
			8 lines
		
	
	
		
			165 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			165 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| PermitRootLogin yes
 | |
| PrintMotd yes
 | |
| SyslogFacility AUTHPRIV
 | |
| PasswordAuthentication yes
 | |
| PermitEmptyPasswords yes
 | |
| PermitUserEnvironment yes
 | |
| Subsystem sftp internal-sftp
 |