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 non-standard SSH ports to be used with Envoy blade #132

Closed
wants to merge 2 commits into from

Conversation

rajdeut
Copy link

@rajdeut rajdeut commented Feb 23, 2019

Parses provided server targets for non-standard SSH ports that are used in the SSH process command.

A default 22 port is used when none is provided.

Port defined with common ":" character. eg.
@servers(['web' => 'user@yourwebserver.com:2200'])

Raj Deut added 2 commits February 23, 2019 18:29
Use standard ssh port if not provided
@KABBOUCHI
Copy link
Contributor

you can use @servers(['web' => 'user@yourwebserver.com -p 2200'])

@taylorotwell
Copy link
Member

See above...

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 this pull request may close these issues.

None yet

3 participants