Lines Matching refs:sshd_supports_opt

601 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')) {
675 if(sshd_supports_opt('GSSAPIKeyExchange','no')) {
678 if(sshd_supports_opt('GSSAPIStoreDelegatedCredentials','no')) {
681 if(sshd_supports_opt('GSSCleanupCreds','yes')) {
684 if(sshd_supports_opt('GSSUseSessionCredCache','no')) {
693 if(sshd_supports_opt('AddressFamily','any')) {
697 if(sshd_supports_opt('Compression','no')) {
700 if(sshd_supports_opt('KbdInteractiveAuthentication','no')) {
703 if(sshd_supports_opt('KeepAlive','no')) {
706 if(sshd_supports_opt('LookupClientHostnames','no')) {
709 if(sshd_supports_opt('MaxAuthTries','10')) {
712 if(sshd_supports_opt('PAMAuthenticationViaKbdInt','no')) {
715 if(sshd_supports_opt('PermitTunnel','no')) {
718 if(sshd_supports_opt('PermitUserEnvironment','no')) {
721 if(sshd_supports_opt('RhostsAuthentication','no')) {
724 if(sshd_supports_opt('TCPKeepAlive','no')) {
727 if(sshd_supports_opt('UseDNS','no')) {
730 if(sshd_supports_opt('UsePAM','no')) {
736 if(sshd_supports_opt('UsePrivilegeSeparation','no')) {
741 if(sshd_supports_opt('VerifyReverseMapping','no')) {
744 if(sshd_supports_opt('X11UseLocalhost','yes')) {