-
Notifications
You must be signed in to change notification settings - Fork 2k
setting port in .fabricrc won't work #313
Copy link
Copy link
Closed
Description
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
- Duplicates env.port not honored if host string lacks port specification #138: env.port not honored if host string lacks port specification
Closed as Duplicate on 2011-06-21 at 07:03pm EDT
Reactions are currently unavailable