Re: ssh & ipfw

2003-01-31 Thread kitsune
Do a man on natd and look at port redirection... To do it in rc.conf you should add to the natd_flag="" line... -redirect_port tcp_or_udp address_of_target_machine:port_on_target_machine incoming_port_on_the_router here is a example here... "-redirect_port tcp 192.168.0.2:22 6822 -redirect_por

Re: ssh & ipfw

2003-01-31 Thread Matthew Seaman
Ooops. On Fri, Jan 31, 2003 at 10:51:36AM +, Matthew Seaman wrote: > You should set up the host keys in ~/.known_hosts or ~/.ssh/known_hosts > /etc/ssh/ssh_known_hosts accordingly. Matthew -- Dr Matthew J Seaman MA, D.Phil.

Re: ssh & ipfw

2003-01-31 Thread Matthew Seaman
On Thu, Jan 30, 2003 at 10:06:45PM -0500, Pete C wrote: > any quick pointers for how to go about setting up ssh though ipfw on a > gateway/router running nat to one of the internal machines ? (FreeBSD > on both the router and internal machine) Let me guess. You've set up natd(8) on your gateway m

ssh & ipfw

2003-01-30 Thread Pete C
any quick pointers for how to go about setting up ssh though ipfw on a gateway/router running nat to one of the internal machines ? (FreeBSD on both the router and internal machine) after a quick search of the available resourses (Google/BSD, mail archives, etc) I'm thinking it should be easier th