Lines Matching defs:sshd_supports_opt
635 sub sshd_supports_opt {
665 if(sshd_supports_opt('KerberosAuthentication','no')) {
668 if(sshd_supports_opt('KerberosGetAFSToken','no')) {
671 if(sshd_supports_opt('KerberosOrLocalPasswd','no')) {
674 if(sshd_supports_opt('KerberosTgtPassing','no')) {
677 if(sshd_supports_opt('KerberosTicketCleanup','yes')) {
685 if(sshd_supports_opt('AFSTokenPassing','no')) {
693 if(sshd_supports_opt('SkeyAuthentication','no')) {
702 if(sshd_supports_opt('GSSAPIAuthentication','no')) {
706 if(sshd_supports_opt('GSSAPICleanupCredentials','yes')) {
709 if(sshd_supports_opt('GSSAPIKeyExchange','no')) {
712 if(sshd_supports_opt('GSSAPIStoreDelegatedCredentials','no')) {
715 if(sshd_supports_opt('GSSCleanupCreds','yes')) {
718 if(sshd_supports_opt('GSSUseSessionCredCache','no')) {
727 if(sshd_supports_opt('AddressFamily','any')) {
731 if(sshd_supports_opt('Compression','no')) {
734 if(sshd_supports_opt('KbdInteractiveAuthentication','no')) {
737 if(sshd_supports_opt('KeepAlive','no')) {
740 if(sshd_supports_opt('LookupClientHostnames','no')) {
743 if(sshd_supports_opt('MaxAuthTries','10')) {
746 if(sshd_supports_opt('PAMAuthenticationViaKbdInt','no')) {
749 if(sshd_supports_opt('PermitTunnel','no')) {
752 if(sshd_supports_opt('PermitUserEnvironment','no')) {
755 if(sshd_supports_opt('RhostsAuthentication','no')) {
758 if(sshd_supports_opt('TCPKeepAlive','no')) {
761 if(sshd_supports_opt('UseDNS','no')) {
764 if(sshd_supports_opt('UsePAM','no')) {
770 if(sshd_supports_opt('UsePrivilegeSeparation','no')) {
775 if(sshd_supports_opt('VerifyReverseMapping','no')) {
778 if(sshd_supports_opt('X11UseLocalhost','yes')) {