Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c60 u_int supported_authentications = 0; variable
1011 supported_authentications = packet_get_int(); in ssh_kex()
1154 if (supported_authentications == 0) in ssh_userauth1()
1177 if ((supported_authentications & (1 << SSH_AUTH_KERBEROS)) && in ssh_userauth1()
1192 if ((supported_authentications & (1 << SSH_AUTH_KERBEROS)) && in ssh_userauth1()
1210 if ((supported_authentications & (1 << SSH_AUTH_RHOSTS)) && in ssh_userauth1()
1230 if ((supported_authentications & (1 << SSH_AUTH_RHOSTS_RSA)) && in ssh_userauth1()
1241 if ((supported_authentications & (1 << SSH_AUTH_RSA)) && in ssh_userauth1()
1259 if ((supported_authentications & (1 << SSH_AUTH_TIS)) && in ssh_userauth1()
1265 if ((supported_authentications & (1 << SSH_AUTH_PASSWORD)) && in ssh_userauth1()
[all …]