-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bind to interface/IP, whitelist #21
Comments
Right now it binds to INADDR_ANY / in6addr_any, and it's hard-coded that
way, but it should probably be a configuration option.
|
I'd like to have that possibility as well. I want to put endlessh on my ppp0 device while still having my sshd listenening to my eth0 device. |
ah, yes, I have my wireguard interfaces on 22 and outside on a different port. In keeping with the openssh-ish config, we could have:
|
ah, nevermind, #40 solves this for me and I puppetized it without templatizing the config file. Works well. |
Looking for a whitelist option as well for vuln scanners and such |
Hi, it is possible to add such thing as bind to interface/IP and IP whitelist? Also will be nice to bind on multiple ifaces/IPs/ports
Thanks!
The text was updated successfully, but these errors were encountered: