[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] How secure is the Qube2 Admin Login



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.