Hi, Damien!
Thanks for the help :). Yes, I can connect via telnet:
$ telnet remote_ssh_server.domain 22
Trying IP_of_remote_ssh_server...
Connected to remote_ssh_server.domain.
Escape character is '^]'.
SSH-1.99-OpenSSH_2.3.0p1
Protocol mismatch.
Connection closed by foreign host.
$
Looks OK, right? And as I said I can connect from my laptop using F-Secure SSH
under Win98. Should I set the ssh-daemon on the server to debug mode?
As for the FAQ on SSH2 public key authorization I couldn't find it again. Once
we've solved the problem above I'd love some hint on, or a link to hints on, how
to activate public key authentication for SSH2 on the server side. I only seem
to be able to connect via password authentication if I use protocol 2, though
keys work fine under protocol 1. Or should I stick with only password
authentication? The password is transmitted encrypted, right? Anyone else care
to comment?
Cheers,
Olof
> On Wed, 13 Dec 2000, Olof Liungman wrote:
>
> > debug: Allocated local port 1001.
> >
> >
> > ...and then it just sits there until I stop it with Ctrl-C. Can
> > anyone tell me what's going on? The config-files are more or less
> > default.
>
> Can you telnet to the remote server on port 22?
>
> > Secondly, I'm confused about where OpenSSH actually want
> > the ssh2 keys stored. Is it under ~/.ssh2 or is it in
> > ~/.ssh/authorized_keys2? A FAQ I read says one thing but the
> > man-pages seem to claim something else.
>
> ~/.ssh/authorized_keys2 should contain authorised SSH2 keys. What
> OpenSSH FAQ refers to "~/.ssh2"? Are you sure it is not referring to
> ssh.com ssh2?
>
> -d