francoismichel / francoismichel/ssh3

ssh3 bind only ipv6

Open
#68 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
5k
Forks
118
PR merge metrics
No merged PRs in 30d

Description

I'm running ssh3 with the following options (Arch Linux, go 1.21.5):
> ./ssh3-server -cert /etc/mycert/fullchain.pem -key /etc/mycert/privkey.pem -url-path /ssh3 -bind 0.0.0.0:444 -enable-password-login -v

But it's impossible to connect to server through ipv4 address. When I started debugging the problem, I realized that server is binding only ipv6:
> ~ # netstat -tulpan | grep 444
> udp6 0 0 :::444 :::* 3510885/./ssh3-serv

Any other configuration changes (with -bind) were unsuccessful.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.