[Cyberduck-trac] [Cyberduck] #9440: Cyberduck should accept secure private key authentication

Cyberduck trac at trac.cyberduck.io
Tue Apr 12 07:43:22 UTC 2016


#9440: Cyberduck should accept secure private key authentication
---------------------------------+----------------------
 Reporter:  kinglok              |         Owner:
     Type:  enhancement          |        Status:  new
 Priority:  high                 |     Milestone:  5.0
Component:  core                 |       Version:  4.9
 Severity:  normal               |    Resolution:
 Keywords:  ed25519 private key  |  Architecture:  Intel
 Platform:  Mac OS X 10.11       |
---------------------------------+----------------------
Description changed by kinglok:

Old description:

> I created my private key in these ways in my server:
> ------------
> ssh-keygen -t ed25519 -f my_host_ed25519_key
>
> ssh-keygen -t rsa -b 4096 -f my_host_rsa_key
> ------------
>
> When authenticating my server using the keys respectively, Cyberduck
> said:
> "Exhausted available authentication methods. Unrecognised object: OPENSSH
> PRIVATE KEY."
>
> Please consider recognise these keys type which provides very secure way
> in logging the server.
>
> Thanks a lot!

New description:

 I created my private key in these ways in my server:
 ------------
 ssh-keygen -t ed25519 -o -a 100

 ssh-keygen -t rsa -b 4096 -o -a 100
 ------------

 When authenticating my server using the keys respectively, Cyberduck said:
 "Exhausted available authentication methods. Unrecognised object: OPENSSH
 PRIVATE KEY."

 Please consider recognise these keys type which provides very secure way
 in logging the server.

 Thanks a lot!

--

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/9440#comment:1>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list