Hi,

I try to establish a tunnel between my local box and my remote mail
server doing

ssh -C -f  [EMAIL PROTECTED] 10000:server.com:110 sleep 20

thats the debug output:

SSH Version OpenSSH-1.2.2, protocol version 1.5.
Compiled with SSL.
debug: Reading configuration data /etc/ssh/ssh_config
debug: ssh_connect: getuid 0 geteuid 0 anon 0
debug: Connecting to server.com [xxx.xxx.xxx.xxx] port 22.
debug: Allocated local port 823.
debug: Connection established.
debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0p1
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
debug: Host 'server.com' is known and matches the host key.
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Trying RSA authentication with key 'root@daemon'
debug: Server refused our key.
debug: Doing password authentication.

I tryed to figure out why the key is refused, but I can't guess.
Additionally this is not dependent on my "old" ssh version.
If I do a

ssh -l name_on_server server.com

I get a login promt and I can login.
So what's my mistake?

Thanks Tom


Reply via email to