search for: auth_bann

Displaying 1 result from an estimated 1 matches for "auth_bann".

Did you mean: auth_base
2013 Apr 19
1
Auth_Banner question
Hi all, I'm working with a pure PHP implementation of the SSH2 protocol. I've read the rfc and the thousands of lines in this project: http://phpseclib.sourceforge.net/ I'm simply trying to add a feature that will capture and display the USERAUTH_BANNER displayed by Open sshd prior to login. When I connect to my opensshd server configured with the banner from openssh on any linux distro, I see the banner and all is well. When I debug this PHP library, it never sees a binary packet of type 53- the Banner packet. I can connect, authenticate, et...