OP#575 add kerberis and gssapi sections
This commit is contained in:
@@ -32,3 +32,17 @@ PasswordAuthentication <%= @ssh_password_authentication %>
|
||||
PermitEmptyPasswords <%= @ssh_permit_empty_passwords %>
|
||||
KbdInteractiveAuthentication <%= @ssh_kbd_interactive_auth %>
|
||||
|
||||
<% if @ssh_use_kerberos -%>
|
||||
KerberosAuthentication <%= @ssh_kerberos_authentication %>
|
||||
KerberosOrLocalPasswd <%= @ssh_kerberos_or_local_passwd %>
|
||||
KerberosTicketCleanup <%= @ssh_kerberos_ticket_cleanup %>
|
||||
KerberosGetAFSToken <%= @ssh_kerberos_get_afstoken %>
|
||||
KerberosUseKuserok <%= @ssh_kerberos_use_kuserok %>
|
||||
<% end -%>
|
||||
|
||||
<% if @ssh_use_gssapi -%>
|
||||
GSSAPIAuthentication <%= @ssh_gssapi_authentication %>
|
||||
GSSAPICleanupCredentials <%= @ssh_gssapi_cleanup_credentials %>
|
||||
GSSAPIKeyExchange <%= @ssh_gssapi_key_exchange %>
|
||||
GSSAPIEnablek5users <%= @ssh_gssapi_enablek5users %>
|
||||
<% end -%>
|
||||
|
||||
Reference in New Issue
Block a user