Lines Matching refs:sshd_supports_opt

565 sub sshd_supports_opt {  subroutine
595 if(sshd_supports_opt('KerberosAuthentication','no')) {
598 if(sshd_supports_opt('KerberosGetAFSToken','no')) {
601 if(sshd_supports_opt('KerberosOrLocalPasswd','no')) {
604 if(sshd_supports_opt('KerberosTgtPassing','no')) {
607 if(sshd_supports_opt('KerberosTicketCleanup','yes')) {
615 if(sshd_supports_opt('AFSTokenPassing','no')) {
623 if(sshd_supports_opt('SkeyAuthentication','no')) {
632 if(sshd_supports_opt('GSSAPIAuthentication','no')) {
636 if(sshd_supports_opt('GSSAPICleanupCredentials','yes')) {
639 if(sshd_supports_opt('GSSAPIKeyExchange','no')) {
642 if(sshd_supports_opt('GSSAPIStoreDelegatedCredentials','no')) {
645 if(sshd_supports_opt('GSSCleanupCreds','yes')) {
648 if(sshd_supports_opt('GSSUseSessionCredCache','no')) {
657 if(sshd_supports_opt('AcceptEnv','')) {
660 if(sshd_supports_opt('AddressFamily','any')) {
664 if(sshd_supports_opt('Compression','no')) {
667 if(sshd_supports_opt('KbdInteractiveAuthentication','no')) {
670 if(sshd_supports_opt('KeepAlive','no')) {
673 if(sshd_supports_opt('LookupClientHostnames','no')) {
676 if(sshd_supports_opt('MaxAuthTries','10')) {
679 if(sshd_supports_opt('PAMAuthenticationViaKbdInt','no')) {
682 if(sshd_supports_opt('PermitTunnel','no')) {
685 if(sshd_supports_opt('PermitUserEnvironment','no')) {
688 if(sshd_supports_opt('RhostsAuthentication','no')) {
691 if(sshd_supports_opt('TCPKeepAlive','no')) {
694 if(sshd_supports_opt('UseDNS','no')) {
697 if(sshd_supports_opt('UsePAM','no')) {
703 if(sshd_supports_opt('UsePrivilegeSeparation','no')) {
708 if(sshd_supports_opt('VerifyReverseMapping','no')) {
711 if(sshd_supports_opt('X11UseLocalhost','yes')) {