Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

[Envoy] Allow custom port in envoy #1311

Open
DevDavido opened this issue Sep 11, 2018 · 2 comments
Open

[Envoy] Allow custom port in envoy #1311

DevDavido opened this issue Sep 11, 2018 · 2 comments

Comments

@DevDavido
Copy link

Specifying custom ports to connect to a remote server via SSH would be a useful addition to Envoy.
Example:
@servers(['web' => 'user@192.168.1.1:5678'])

@DevDavido DevDavido changed the title Allow custom port in envoy [Envoy] Allow custom port in envoy Sep 11, 2018
@thannaske
Copy link

Good idea.
This should be pretty easy to implement. Maybe you could fork the laravel/envoy repo and start a pull request? In the end you need to specify -p $port at this line: https://github.com/laravel/envoy/blob/master/src/RemoteProcessor.php#L47

Furthermore there are some changes in the configuration and configuration parsing that need to be made.

@rajdeut
Copy link

rajdeut commented Feb 23, 2019

PR created... laravel/envoy#132

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

No branches or pull requests

3 participants