I've been trying to get a connection to a site and keep getting this error.  

I thought if might be their fw/router settings, but tcpdump shows that the server and 
my client are communicating.
client is running 2.0.12, and server 2.0.13.  

Any ideas?  

Thanks, 
Tamara

# ssh -v xxx.xx.xxx.x -l <loginname>
Development-time debugging not compiled in.
To enable, configure with --enable-debug and recompile.
debug: hostname is xxx.xx.xxx.x.
debug: Unable to open //.ssh2/ssh2_config
Development-time debugging not compiled in.
To enable, configure with --enable-debug and recompile.
debug: connecting to xxx.xx.xxx.x...
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


tcpdump shows that the two machines are 'talking'*
*..
09:30:43.512339 server.com.ssh > client.com.33203: )
09:30:44.142339 server.com.ssh > client.com.33203: )
09:30:44.142339 server.com.ssh > client.com.33203: )
09:30:44.332339 client.com.33203 > server.com.ssh: 4
09:30:44.712339 server.com.ssh > client.com.33203: )
09:30:44.752339 client.com.33203 > server.com.ssh: 8
09:30:47.132339 client.com.33203 > server.com.ssh: 8
09:30:47.692339 server.com.ssh > client.com.33203: )
09:30:47.702339 client.com.33203 > server.com.ssh: 4
09:30:48.062339 server.com.ssh > client.com.33203: )
09:30:48.062339 client.com.33203 > server.com.ssh: 4
09:30:48.442339 server.com.ssh > client.com.33203: )
09:30:48.442339 client.com.33203 > server.com.ssh: 4
09:30:48.442339 client.com.33203 > server.com.ssh: 4
09:30:48.832339 server.com.ssh > client.com.33203: )
09:30:48.832339 server.com.ssh > client.com.33203: )
09:30:48.832339 client.com.33203 > server.com.ssh: 4


Reply via email to