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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: