Authentication protocol

Markus Friedl markus at openbsd.org
Mon Jan 19 18:49:33 EST 2004


no, it's like this:

server -> client:	SSH2_MSG_SERVICE_ACCEPT
client -> server:	SSH2_MSG_USERAUTH_REQUEST(method = none)
server -> client:	SSH2_MSG_USERAUTH_FAILURE(list of methods)
client -> server:	SSH2_MSG_USERAUTH_REQUEST(some method)

-m




More information about the openssh-unix-dev mailing list