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
In my environment where public IPv4 is not available, the SSH service has to be exposed via IPv6. However the ssh server refuses the connections via IPv6.
Are there any plans on adding IPv6 support?
Thanks!
Reproducing the issue:
Server side:
$ docker run --rm --name warpgate -p 8888:8888 -p 2222:2222 ... (same as in Wiki)
$ docker exec -it warpgate bash
# apt-get update -y && apt-get install iproute2
# ss -tunlp
The output indicates the SSH daemon is only listening on IPv4 0.0.0.0 instead of IPv6 [::]
In my environment where public IPv4 is not available, the SSH service has to be exposed via IPv6. However the ssh server refuses the connections via IPv6.
Are there any plans on adding IPv6 support?
Thanks!
Reproducing the issue:
Server side:
The output indicates the SSH daemon is only listening on IPv4
0.0.0.0
instead of IPv6[::]
Client side:
The text was updated successfully, but these errors were encountered: