1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-25 21:07:39 +03:00

Remove deprecated privilege separation from sshd

This commit is contained in:
Chip Senkbeil 2021-09-26 22:34:27 -05:00 committed by Wez Furlong
parent 1dd3d5cdf0
commit d98a2cbbc2

View File

@ -95,7 +95,6 @@ impl Default for SshdConfig {
config.set_subsystem(true, true);
config.set_use_pam(false);
config.set_x11_forwarding(true);
config.set_use_privilege_separation(false);
config.set_print_motd(true);
config.set_permit_tunnel(true);
config.set_kbd_interactive_authentication(true);