Ticket #5566 defect closed duplicate

Opened 15 months ago

Last modified 15 months ago

AMP over SSH AttributeError - expects getPeer method

Reported by: teratorn Owned by:
Priority: normal Milestone:
Component: conch Keywords: amp ssh
Cc: z3p Branch:
Author: Launchpad Bug:

Description

Trying to run AMP over SSH, and encountered an AttributeError in the process. See attached code to reproduce. Have not yet investigated what the right fix is.

Attachments

ampssh.py Download (2.5 KB) - added by teratorn 15 months ago.

Change History

1

Changed 15 months ago by DefaultCC Plugin

  • cc z3p added

Changed 15 months ago by teratorn

2

Changed 15 months ago by teratorn

Run server with twistd -noy ampssh.py - generating an id_rsa/id_rsa.pub keypair first - connect on port 2222 (any user/pass) and observe error.

3

Changed 15 months ago by exarkun

  • status changed from new to closed
  • resolution set to duplicate

The sample doesn't actually produce any error. Because I already knew this bug was valid, I spent some time investigating, and found that the reason it works is that the example itself monkey-patches the bug away.

That out of the way, this is a duplicate of #2997.

Note: See TracTickets for help on using tickets.