On Sun, 2019-06-30 at 00:56, Susan Chan Lee wrote:
> Hi all
>
> Does anyone know of a program for Windows which will filter traffic
> so that for an SSH connection only a trusted IP can connect. I guess
> its kind of TCPwrappers for Windows. I have set-up a few SSH servers
> but don't want anyone being able to connect to them.
IP level trust is a nice extra hoop to jump through (but not a true
security device by itself).
> I know this can be done at the OS level, but this is not an option
> for a deployment I am doing. Does anyone know of an app or tool that
> can do this.
You can install a "personal firewall" package, but I wouldn't recommend
it. Why would you be able to install some form of IP layer blocking but
not add OS level filtering?
Which SSH server are you using? OpenSSH with cygwin can be built with
TCP wrappers natively.
http://www.cygwin.org
If you're using a commercial vendor's product, it would be better left
up to them.
- Ian C. Blenke <[EMAIL PROTECTED]>