Re: ssh reverse tunnel

2008-07-02 Thread Bill Davidsen
Rick Bilonick wrote: On Tue, 2008-07-01 at 14:07 -0400, Bill Davidsen wrote: Rick Bilonick wrote: I re-installed Fedora 8 and now I can get a reverse ssh tunnel (from server to home) by typing on the server: ssh -R 2022:server.ip:22 [EMAIL PROTECTED] Then when at the home computer, I type:

Re: ssh reverse tunnel

2008-07-01 Thread Rick Bilonick
On Tue, 2008-07-01 at 14:07 -0400, Bill Davidsen wrote: > Rick Bilonick wrote: > > I re-installed Fedora 8 and now I can get a reverse ssh tunnel (from > > server to home) by typing on the server: > > > >> ssh -R 2022:server.ip:22 [EMAIL PROTECTED] > > > > > > Then when at the home computer, I

Re: ssh reverse tunnel

2008-07-01 Thread Bill Davidsen
Rick Bilonick wrote: I re-installed Fedora 8 and now I can get a reverse ssh tunnel (from server to home) by typing on the server: ssh -R 2022:server.ip:22 [EMAIL PROTECTED] Then when at the home computer, I type: ssh -p 2022 [EMAIL PROTECTED] This works fine. The only problem is the con

Re: ssh reverse tunnel

2008-07-01 Thread Rick Bilonick
On Mon, 2008-06-30 at 17:58 -0400, Rick Bilonick wrote: > > I just checked - I was wrong. The ssh tunnel connection to home doesn't > time out. What timed out was just a regular ssh connection (that I was > using to test the reverse tunnel). I'm not sure why the regular one > timed out but the r

Re: ssh reverse tunnel

2008-06-30 Thread Rick Bilonick
On Mon, 2008-06-30 at 13:51 -0400, Christopher K. Johnson wrote: > Rick Bilonick wrote: > > This works fine. The only problem is the connection always times out > > even though I've changed the sshd_config files on both machines to keep > > it alive. I've restarted the sshd daemon also. Not sure w

Re: ssh reverse tunnel

2008-06-30 Thread Aldo Foot
On Mon, Jun 30, 2008 at 9:15 AM, Rick Bilonick <[EMAIL PROTECTED]> wrote: > I re-installed Fedora 8 and now I can get a reverse ssh tunnel (from > server to home) by typing on the server: > >> ssh -R 2022:server.ip:22 [EMAIL PROTECTED] > > > Then when at the home computer, I type: > >> ssh -p 2022

Re: ssh reverse tunnel

2008-06-30 Thread Jeffrey Ross
> Rick Bilonick wrote: >> I re-installed Fedora 8 and now I can get a reverse ssh tunnel (from >> server to home) by typing on the server: >> >>> ssh -R 2022:server.ip:22 [EMAIL PROTECTED] >> >> >> Then when at the home computer, I type: >> >>> ssh -p 2022 [EMAIL PROTECTED] >> >> This works fine. T

Re: ssh reverse tunnel

2008-06-30 Thread Jaakko Ruutiainen
Rick Bilonick wrote: I re-installed Fedora 8 and now I can get a reverse ssh tunnel (from server to home) by typing on the server: ssh -R 2022:server.ip:22 [EMAIL PROTECTED] Then when at the home computer, I type: ssh -p 2022 [EMAIL PROTECTED] This works fine. The only problem is the con

Re: ssh reverse tunnel

2008-06-30 Thread Christopher K. Johnson
Rick Bilonick wrote: This works fine. The only problem is the connection always times out even though I've changed the sshd_config files on both machines to keep it alive. I've restarted the sshd daemon also. Not sure why the connection keeps closing. Some firewalls have a time limit on connec

ssh reverse tunnel

2008-06-30 Thread Rick Bilonick
I re-installed Fedora 8 and now I can get a reverse ssh tunnel (from server to home) by typing on the server: > ssh -R 2022:server.ip:22 [EMAIL PROTECTED] Then when at the home computer, I type: > ssh -p 2022 [EMAIL PROTECTED] This works fine. The only problem is the connection always times ou