You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
if tugboat ssh fuzz -p 5858 then use port 5858
if NO port on the command line then look in ~/.tugboat for ssh_port and use that if found
if no port is specified on the command line (tugboat ssh fuzz -p 5858) AND if no port in ~/.tugboat then use port 22
No one (sensible) leaves SSH on port 22 :-) Please allow us to configure which port ssh connects to
The text was updated successfully, but these errors were encountered: