I am trying to set up my firewall to accept ssh connections to edit certain files...I have looked through the docs and have gotten nowhere... Where do I start to config this thing, and what kind of settings should I use.
The short answer is that you need to allow incoming connections to port 22. A quick and dirty that will not survive reboot for ipchains is: ipchains -I input -p 6 --dport 22 -j ACCEPT The better answer depends on which firewall packages you are using. Jeffrey Quoting Mike Garabedian <mikejr@emergyscorp.com>:
I am trying to set up my firewall to accept ssh connections to edit certain files...I have looked through the docs and have gotten nowhere...
Where do I start to config this thing, and what kind of settings should I use.
participants (2)
-
Jeffrey Taylor
-
Mike Garabedian