Skip to content
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

Open
borg333 opened this issue Apr 10, 2019 · 5 comments
Open

Bind to interface/IP, whitelist #21

borg333 opened this issue Apr 10, 2019 · 5 comments

Comments

@borg333
Copy link

borg333 commented Apr 10, 2019

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!

@skeeto
Copy link
Owner

skeeto commented Apr 10, 2019 via email

@Polynomial-C
Copy link

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.

@bill-mcgonigle
Copy link

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:

Port 22
ListenAddress 198.51.100.0
ListenAddress 10.5.1.10:2222
ListenAddress 127.0.0.1:22222

@bill-mcgonigle
Copy link

ah, nevermind, #40 solves this for me and I puppetized it without templatizing the config file. Works well.

@aaronrunkle
Copy link

Looking for a whitelist option as well for vuln scanners and such

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants