On Thu, 4 Nov 1999, Krider, David wrote:
> First, what's your platform? Second, run the session with a -v to get
> debugging output. Send that back to the list, and someone can start to tell
> what's wrong.
>
> dk
>
Platform is Slackware Linux, kernel 2.2.13. Here's the output produced;
Development-time debugging not compiled in.
To enable, configure with --enable-debug and recompile.
debug: hostname is 'me.foo.bar'.
debug: Unable to open /root/.ssh2/ssh2_config
Development-time debugging not compiled in.
To enable, configure with --enable-debug and recompile.
debug: connecting to me.foo.bar...
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug: ssh_client_wrap: creating userauth protocol
debug: Host key found from the database.
debug: client_disconnect: No further authentication methods available.
Disconnected; authentication error (No further authentication methods
available.).
debug: uninitializing event loop
I was able to "bypass" the problem by commenting the following line in
the sshd2_config;
RequireReverseMapping yes
Jean