[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How secure is the Qube2 Admin Login
- Subject: Re: [cobalt-users] How secure is the Qube2 Admin Login
- From: Balazs Nagy <bn@xxxxxxxxxxxxxx>
- Date: Thu Apr 6 16:57:50 2000
Chris Bledsoe wrote:
> Is there a way to keep the tunnel open without it closing upon logout from
> shell?
Yes. How? It depnds on your client. The Unix ssh client can do that with:
ssh -f rest_of_params_as_usual
The HUGE advantage of this is that you can create a tunnel even if you are not
allowed to have shell access. The time to display the message "you don't have
shell access" is enough to create the tunnel.