SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
546 stars 36 forks source link

Can't connect to host with IPv6 address #364

Closed skymanpl closed 1 year ago

skymanpl commented 1 year ago

Hi, it seems connection can't be estabilished using IPv6, although everything works fine with IPv4 .

I tried connecting with the server with and without specifying IP between brackets [] and also using a prompt function.

ipv6 in config

Error message: ipv6 error message IPv6 is always displayed here without square brackets [] even when they were specified in the config. I'm not sure if it matters.

Port number I used was above 50k and below max limit of ≈65k - everything works fine with IPv4.

skymanpl commented 1 year ago

Nevermind guys - I noticed I can connect with IPv6 from other hosts through ssh in terminal, but not on my workstation, so I assume there is an issue is with my new router. :(