hullarb / ssheasy

ssh, sftp client running in the browser powered by golang and wasm
222 stars 45 forks source link

is IPv6 supported ? #12

Closed tbox1911 closed 8 months ago

tbox1911 commented 1 year ago

hi,very nice tool, work fine with IPv4 host but throw an error when I try to connect IPv6 host

error: cannot connect to host: dial tcp [2a02:8429:614a:6901:ba27:ebff:xxxxx:xxxxx]:22: connect: cannot assign requested address

hullarb commented 1 year ago

Hi,

Thank you for your question and the feedback. Currently IPv6 is not supported indeed.

Atticuss26 commented 1 year ago

will it be supported in the future?

hullarb commented 1 year ago

yes, it's planned, but timeline is not clear yet.

hullarb commented 8 months ago

ipv6 support was enabled on ssheasy.com

in case of running ssheasy yourself you need to ensure that IPv6 is configured on the host and enabled in docker as well (https://docs.docker.com/config/daemon/ipv6/)