Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

env.port is an internal fabric variable you shouldn't change. #2

Merged
merged 1 commit into from
Jun 7, 2012

Conversation

elpargo
Copy link
Contributor

@elpargo elpargo commented Jun 6, 2012

env.port is used by fabric to run the ssh command. Since env is persistent between calls, the next time the code needs to ssh it will try to connect to SSH on the port where your apache server is running, and of course fail. Sadly the ssh package returns a very unhelpful error message. This fixes #1

…sistent between calls, the next time the code needs to ssh it will try to connect to SSH on the port where your apache server is running, and of course fail. Sadly the ssh package returns a very unhelpful error message. This fixes ashwoods#1
ashwoods pushed a commit that referenced this pull request Jun 7, 2012
env.port is an internal fabric variable you shouldn't change.
@ashwoods ashwoods merged commit 620fa42 into ashwoods:master Jun 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants