Home
last modified time | relevance | path

Searched refs:sshd_supports_opt (Results 1 – 1 of 1) sorted by relevance

/external/curl/tests/
Dsshserver.pl554 sub sshd_supports_opt { subroutine
584 if(sshd_supports_opt('KerberosAuthentication','no')) {
587 if(sshd_supports_opt('KerberosGetAFSToken','no')) {
590 if(sshd_supports_opt('KerberosOrLocalPasswd','no')) {
593 if(sshd_supports_opt('KerberosTgtPassing','no')) {
596 if(sshd_supports_opt('KerberosTicketCleanup','yes')) {
604 if(sshd_supports_opt('AFSTokenPassing','no')) {
612 if(sshd_supports_opt('SkeyAuthentication','no')) {
621 if(sshd_supports_opt('GSSAPIAuthentication','no')) {
625 if(sshd_supports_opt('GSSAPICleanupCredentials','yes')) {
[all …]