Home
last modified time | relevance | path

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

/external/curl/tests/
Dsshserver.pl601 sub sshd_supports_opt { subroutine
631 if(sshd_supports_opt('KerberosAuthentication','no')) {
634 if(sshd_supports_opt('KerberosGetAFSToken','no')) {
637 if(sshd_supports_opt('KerberosOrLocalPasswd','no')) {
640 if(sshd_supports_opt('KerberosTgtPassing','no')) {
643 if(sshd_supports_opt('KerberosTicketCleanup','yes')) {
651 if(sshd_supports_opt('AFSTokenPassing','no')) {
659 if(sshd_supports_opt('SkeyAuthentication','no')) {
668 if(sshd_supports_opt('GSSAPIAuthentication','no')) {
672 if(sshd_supports_opt('GSSAPICleanupCredentials','yes')) {
[all …]