Skip to content

setting port in .fabricrc won't work #313

@bitprophet

Description

@bitprophet

Description

After setting port in .fabricrc in the following fashion:

port = 26754

The port is not used in the connection. Tracing suggest that in network.py, the port is either retrieved from commandline or was hardcoded to be 22:

port = r['port'] or '22'

IMHO, this behavior should either be mentioned in the documentation or fixed by adding more code to get port from env.


Originally submitted by **** (xiaket) on 2011-03-14 at 04:10am EDT

Relations


Closed as Duplicate on 2011-06-21 at 07:03pm EDT

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions