|
Lines 1732-1739
copy_set_server_options(ServerOptions *d
Link Here
|
| 1732 |
M_CP_INTOPT(hostbased_uses_name_from_packet_only); |
1732 |
M_CP_INTOPT(hostbased_uses_name_from_packet_only); |
| 1733 |
M_CP_INTOPT(kbd_interactive_authentication); |
1733 |
M_CP_INTOPT(kbd_interactive_authentication); |
| 1734 |
M_CP_INTOPT(zero_knowledge_password_authentication); |
1734 |
M_CP_INTOPT(zero_knowledge_password_authentication); |
| 1735 |
M_CP_STROPT(authorized_keys_command); |
|
|
| 1736 |
M_CP_STROPT(authorized_keys_command_user); |
| 1737 |
M_CP_INTOPT(permit_root_login); |
1735 |
M_CP_INTOPT(permit_root_login); |
| 1738 |
M_CP_INTOPT(permit_empty_passwd); |
1736 |
M_CP_INTOPT(permit_empty_passwd); |
| 1739 |
|
1737 |
|