#2581 new defect

Mounting SSH does no longer work with latest 1.10.2 release, worked with 1.10.0 - regression?

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.

Attachments (1)

tahoe-ssh-problem.txt (3.3 KB) - added by Quix0r at 2015-11-22T18:13:30Z.
twisted.log file - problematic SSH

Download all attachments as: .zip

Change History (8)

Changed at 2015-11-22T18:13:30Z by Quix0r

twisted.log file - problematic SSH

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?

Last edited at 2015-11-22T22:38:55Z by daira (previous) (diff)

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

comment:4 Changed at 2015-11-23T11:56:03Z by Quix0r

Hello Diara,

which key has been taken here? I have tried to move my ED25519 key out of ~/.ssh/ but no change in the error. I also replaced the key under ~/.tahoe/private/ but still no change.

And maybe you/someone can add 1.10.2 to the list of supported versions?

And thank you for fixing the typo. :)

Last edited at 2015-11-23T13:21:09Z by Quix0r (previous) (diff)

comment:5 Changed at 2015-12-02T03:01:34Z by daira

  • Version changed from 1.10.1 to 1.10.2

When you moved your Ed25519 key out of ~/.ssh, did the errors in the log change?

comment:6 Changed at 2015-12-28T12:03:51Z by Quix0r

No, the error remains.

comment:7 Changed at 2015-12-28T12:09:15Z by Quix0r

1.10.0 has worked flawlessly. I test 1.10.1 now.

Edit: Nope, 1.10.1 is also affected by this bug.

Last edited at 2015-12-28T12:13:18Z by Quix0r (previous) (diff)
Note: See TracTickets for help on using tickets.