Project

General

Profile

« Previous | Next » 

Revision 08bdeb89

Added by Jim Pingle over 7 years ago

Change sshd compression to 'delayed' to match current FreeBSD default. Fixes #8245

(cherry picked from commit 4cad9a5bd1666c9bd5ce32b82f9b897dbbe5a5bf)

View differences:

src/etc/sshd
81 81
foreach ($keys as $key) {
82 82
	$sshconf .= "HostKey {$sshConfigDir}/ssh_host_{$key['suffix']}key\n";
83 83
}
84
$sshconf .= "Compression yes\n";
84
$sshconf .= "Compression delayed\n";
85 85
$sshconf .= "ClientAliveInterval 30\n";
86 86
$sshconf .= "PermitRootLogin yes\n";
87 87
if (isset($config['system']['ssh']['sshdkeyonly'])) {

Also available in: Unified diff