liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 259 forks source link

Alias on ssh config file doesn't seem to work. #789

Open hanoii opened 4 years ago

hanoii commented 4 years ago

Do you read the FAQ?

Describe the bug I am trying to use an alias that I have defined in the ssh config file but it's not picking it up, it says [alias]: getaddrinfo ENOTFOUND alias.

Not sure what to do.

It's similar to what's on #396 only everything is on its latest.

Desktop (please complete the following information):

The logs doesn't really output much, just

[06-21 00:35:15] [debug] Local ident: 'SSH-2.0-ssh2js0.4.5'
[06-21 00:35:15] [debug] Client: Trying ALIAS on port 22 ...

Instead of trying the HOSTNAME out of the alias.

This works properly on the command line, including the one from vscode.