mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
whitespace sync
This commit is contained in:
parent
8f63caa197
commit
27fd19291a
@ -215,9 +215,9 @@ fill_default_server_options(ServerOptions *options)
|
||||
if (options->client_alive_count_max == -1)
|
||||
options->client_alive_count_max = 3;
|
||||
if (options->authorized_keys_file == NULL)
|
||||
options->authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS;
|
||||
options->authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS;
|
||||
if (options->authorized_keys_file2 == NULL)
|
||||
options->authorized_keys_file2 = _PATH_SSH_USER_PERMITTED_KEYS2;
|
||||
options->authorized_keys_file2 = _PATH_SSH_USER_PERMITTED_KEYS2;
|
||||
if (options->pam_authentication_via_kbd_int == -1)
|
||||
options->pam_authentication_via_kbd_int = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user