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:
parent
1dd3d5cdf0
commit
d98a2cbbc2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user