Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dcompat.c75 { "3.0 SecureCRT*", SSH_OLD_SESSIONID }, in compat_banner()
76 { "1.7 SecureFX*", SSH_OLD_SESSIONID }, in compat_banner()
H A Dcompat.h34 #define SSH_OLD_SESSIONID 0x00000010 macro
H A Dauth2-pubkey.c188 if (ssh->compat & SSH_OLD_SESSIONID) { in userauth_pubkey()
H A Dmonitor.c1019 if (ssh->compat & SSH_OLD_SESSIONID) { in monitor_valid_userblob()
H A Dsshconnect2.c1391 if (ssh->compat & SSH_OLD_SESSIONID) { in sign_and_send_pubkey()