RE: two puters running sshd behind a firewall

2002-11-06 Thread Cameron . Davidson
ED] > Subject: Re: two puters running sshd behind a firewall > > > On Wednesday 06 November 2002 07:16 am, gabriel wrote: >>. > 1* > ssh into (a) from the internet using ssh -p 22 24.xx.xxx.xx > 2* > ssh into (b) from the internet using ssh -p 24.xx.xxx.xx

RE: two puters running sshd behind a firewall

2002-11-06 Thread Ward William E DLDN
> -Original Message- > From: christopher j bottaro [mailto:cjb@;cs.utexas.edu] > Sent: Wednesday, November 06, 2002 3:11 PM > To: [EMAIL PROTECTED] > Subject: Re: two puters running sshd behind a firewall > > > right, i kinda did the same thing. in /etc/hosts

Re: two puters running sshd behind a firewall

2002-11-06 Thread christopher j bottaro
; > From: Paul Campbell [mailto:seapwc@;halcyon.com] > > Sent: Wednesday, November 06, 2002 12:59 PM > > To: [EMAIL PROTECTED] > > Subject: Re: two puters running sshd behind a firewall > > > > > > look for a .ssh directory in your $HOME directory. > > It ha

Re: two puters running sshd behind a firewall

2002-11-06 Thread christopher j bottaro
On Wednesday 06 November 2002 07:16 am, gabriel wrote: > wouldn't you just ssh using a lan ip? > > i don't like using letters, so i'll explain with numbers: > > > machine a (192.168.0.2) --+\ > >> (192.168.0.1) - gateway - >

RE: two puters running sshd behind a firewall

2002-11-06 Thread Ward William E DLDN
> -Original Message- > From: Paul Campbell [mailto:seapwc@;halcyon.com] > Sent: Wednesday, November 06, 2002 12:59 PM > To: [EMAIL PROTECTED] > Subject: Re: two puters running sshd behind a firewall > > > look for a .ssh directory in your $HOME directory. >

Re: two puters running sshd behind a firewall

2002-11-06 Thread christopher j bottaro
On Wednesday 06 November 2002 11:58 am, Paul Campbell wrote: > look for a .ssh directory in your $HOME directory. > It has a known_hosts file. > I do rm -rf .ssh > > i don't like having to delete stuff outta > > known_hosts every time i wanna ssh into a different one of my home > > computers. wel

Re: two puters running sshd behind a firewall

2002-11-06 Thread gabriel
wouldn't you just ssh using a lan ip? i don't like using letters, so i'll explain with numbers: machine a (192.168.0.2) --+\ > (192.168.0.1) - gateway - (24.xx.xxx.xx) machine b (192.168.0.3) --+/ ssh into (a) from the internet using ssh -p 22 24.xx.xx

Re: two puters running sshd behind a firewall

2002-11-06 Thread Paul Campbell
look for a .ssh directory in your $HOME directory. It has a known_hosts file. I do rm -rf .ssh At 08:50 AM 11/6/02, you wrote: >ok, >i got computer A running sshd listening for connections on port a, i got >computer B running sshd listening for connections on port b. both are behind >a hardware

two puters running sshd behind a firewall

2002-11-06 Thread christopher j bottaro
ok, i got computer A running sshd listening for connections on port a, i got computer B running sshd listening for connections on port b. both are behind a hardware firewall that forwards stuff on port a to computer A and stuff on port b to computer B. the hardware firewall is also my gateway.