Opened on Apr 12, 2016 at 7:33:43 AM
Closed on Apr 12, 2016 at 8:26:39 AM
Last modified on Apr 19, 2016 at 12:25:36 PM
#9440 closed enhancement (duplicate)
Exhausted available authentication methods. Unrecognised object: OPENSSH PRIVATE KEY.
Reported by: | kinglok | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | sftp | Version: | 4.9 |
Severity: | normal | Keywords: | ed25519 private key |
Cc: | Architecture: | Intel | |
Platform: | Mac OS X 10.11 |
Description (last modified by kinglok)
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!
Change History (3)
comment:1 Changed on Apr 12, 2016 at 7:43:20 AM by kinglok
- Description modified (diff)
comment:2 Changed on Apr 12, 2016 at 8:26:39 AM by dkocher
- Component changed from core to sftp
- Resolution set to duplicate
- Status changed from new to closed
comment:3 Changed on Apr 19, 2016 at 12:25:36 PM by dkocher
- Milestone 5.0 deleted
- Summary changed from Cyberduck should accept secure private key authentication to Exhausted available authentication methods. Unrecognised object: OPENSSH PRIVATE KEY.
Note: See
TracTickets for help on using
tickets.
Duplicate for #8548.