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

Server configuration parsing error #175

Closed
kafein-ben opened this issue Nov 28, 2019 · 2 comments
Closed

Server configuration parsing error #175

kafein-ben opened this issue Nov 28, 2019 · 2 comments

Comments

@kafein-ben
Copy link

  • Envoy Version: 1.6.3
  • Laravel Version: 5.8.35
  • PHP Version: 7.1
  • Database Driver & Version: MariaDB 10.2.29

Description:

Since version 1.6.3, servers configured with a port number will be parsed incorrectly, resulting in SSH connection errors.
For example, this configuration @servers(['myserver' => 'user@server -p 2222']) will result in a "ssh: Could not resolve hostname 'user@server -p 2222'" error.
Using the same server configuration in 1.6.2 works (see this thread)

Steps To Reproduce:

add a port configuration to the server config
run

@driesvints
Copy link
Member

Just released v1.6.4 with a fix. Can you try that one?

@kafein-ben
Copy link
Author

It is working now with v1.6.4.
Thank you 👍 !

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

No branches or pull requests

2 participants