Re: F-Secure SSH Server and authentications over publickey
From: Roger Berther (epolosa_at_bluewin.ch)
Date: 01/07/05
- Next message: Darren Tucker: "Re: Servers supporting IDEA cipher"
- Previous message: Artur: "Servers supporting IDEA cipher"
- In reply to: Richard E. Silverman: "Re: F-Secure SSH Server and authentications over publickey"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 7 Jan 2005 21:10:54 +0100
I found the solution:
I have to convert the key from from OpenSSH to SSH2 with:
#> ssh-keygen -e -f ~/.ssh/id_dsa.pub > ~/.ssh2/id_dsa.pub
Thanks
Roger
"Richard E. Silverman" <res@qoxp.net> schrieb im Newsbeitrag
news:m2is6cxylw.fsf@darwin.oankali.net...
>
>> Hi
>> We have big trouble to established an sftp connection over public key
>> authentications. On the Windows 2003 Server is "3.2.0 F-Secure SSH
>> Windows
>> NT Server" installed.
>>
>> After a long time and many different configuration (don't ask WRQ about
>> support!) it works with WS_FTP Client. But we have to use it on linux.
>
> If it works with publickey authentication from another client, then
> perhaps you simply don't have the right key on the Linux client.
>
>> Always the sftp client ask the password and not use the dsa key.
>>
>> debug1: service_accept: ssh-userauth
>> debug1: got SSH2_MSG_SERVICE_ACCEPT
>> debug1: authentications that can continue: publickey,password
>> debug1: next auth method to try is publickey
>> debug1: try pubkey: /home/user/.ssh/id_rsa
>> debug1: authentications that can continue: publickey,password
>> debug1: try pubkey: /home/user/.ssh/id_dsa
>> debug1: authentications that can continue: publickey,password
>> debug1: next auth method to try is password
> --
> Richard Silverman
> res@qoxp.net
>
- Next message: Darren Tucker: "Re: Servers supporting IDEA cipher"
- Previous message: Artur: "Servers supporting IDEA cipher"
- In reply to: Richard E. Silverman: "Re: F-Secure SSH Server and authentications over publickey"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|