Forgive for posting what I am sure is already posted.
If I want to enable SSH for my box but not expose it to the Internet how would I do this?
I just want LAN SSH.
Forgive for posting what I am sure is already posted.
If I want to enable SSH for my box but not expose it to the Internet how would I do this?
I just want LAN SSH.
“Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.” - Linus Torvalds
The easiest way?
Packet Filter rule...
Drop, source interface: External, Protocol TCP, Destination port: 22, destined local.
Done.
From there, use OpenVPN and SSH to the lan interface IP for remote SSH ability.
Rob Sandling, BS:SWE, MCP
NexgenAppliances.com
Phone: 866-794-8879 x201
Email: support@nexgenappliances.com
Ah very nice, thanks
“Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.” - Linus Torvalds
Sweetness! I've always disabled the "Accept SSH traffic from all interfaces" rule and added a custom Pass rules in Packet Filter. I like this better.