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

Allow configurable SSH port #12

Closed
PhilETaylor opened this issue Apr 22, 2013 · 1 comment · Fixed by #13
Closed

Allow configurable SSH port #12

PhilETaylor opened this issue Apr 22, 2013 · 1 comment · Fixed by #13

Comments

@PhilETaylor
Copy link
Contributor

No one (sensible) leaves SSH on port 22 :-) Please allow us to configure which port ssh connects to

@PhilETaylor
Copy link
Contributor Author

ok I tried this (I'm NOT a ruby developer, but a PHP developer) and I tripped over ruby syntax. I have got it working so I can put ssh_port: 5858 in my ~/.tugboat and use that for all connections but I think it needs:

  1. if tugboat ssh fuzz -p 5858 then use port 5858
  2. if NO port on the command line then look in ~/.tugboat for ssh_port and use that if found
  3. if no port is specified on the command line (tugboat ssh fuzz -p 5858) AND if no port in ~/.tugboat then use port 22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant