Opened at 2015-11-22T18:13:02Z
Last modified at 2015-12-28T12:13:18Z
#2581 new defect
Mounting SSH does no longer work with latest 1.10.2 release, worked with 1.10.0 - regression? — at Version 3
Reported by: | Quix0r | Owned by: | daira |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-ftp-sftp | Version: | 1.10.2 |
Keywords: | regression twisted ssh sftp | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
Here is a snippet from my config file:
[sftpd] enabled = true port = tcp:8022:interface=127.0.0.1 host_pubkey_file = private/ssh_host_rsa_key.pub host_privkey_file = private/ssh_host_rsa_key accounts.file = private/accounts
I will attach a twisted.log excerpt soon.
Change History (4)
Changed at 2015-11-22T18:13:30Z by Quix0r
comment:1 Changed at 2015-11-22T18:20:24Z by Quix0r
Mounting a read-only URI works flawless.
comment:2 Changed at 2015-11-22T22:32:24Z by daira
That's an ed25519 key that it's failing to recognise. It would not surprise me if Twisted's ssh implementation did not support ed25519. Can you try with an RSA or ECDSA key?
I'm not sure why a read-only URI would make a difference to the error in the log. What other symptoms are there besides the log entry? Perhaps something else is different in that test?
comment:3 Changed at 2015-11-22T22:34:51Z by daira
- Description modified (diff)
- Keywords twisted ssh sftp added
- Version changed from unknown to 1.10.1
Note: See
TracTickets for help on using
tickets.
twisted.log file - problematic SSH