Re: Duplicate ssh session
From: Nathan Jackson (c.cured_at_gmail.com)
Date: 07/15/05
- Previous message: ankush grover: "public key access from a Lan to a public server"
- In reply to: Konrad LUDWIKOWSKI: "Re: Duplicate ssh session"
- Next in thread: Jonathan Loh: "Re: Duplicate ssh session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 15 Jul 2005 13:00:39 +0200 To: konradl@poczta.onet.pl
Konrad,
This is because the F-Secure client uses 3 protocols within the main
SSH protocol.
1. Connection Protocol
2. Authentication Protocol
3. Transport Protocol
The connection protocol handles the multiplexing of sessions and
forwarding through the transport protocol. This can also be seen when
creating new port forwards after already being connected, you don't
need to restart your session for the port forwards to be established.
I'm not sure if the other clients have this ability.
As a workaround you might want to look into using the ssh-agent and
keypairs within OpenSSH client to get a transparent login and second
session to your server.
HTH,
Nathan Jackson
On 7/14/05, Konrad LUDWIKOWSKI <konradl@poczta.onet.pl> wrote:
> On Thu, Jul 14, 2005 at 03:49:37PM +0100, Justin Finkelstein wrote:
> > I use PuTTY all the time, in Windows and to get a duplicate session,
> > you click the top-left icon in the window (I forget what this is
> > actually called) and select 'duplicate session'.
> >
>
> Yes, that is true - but in PUTTY you have to input credentials (username/password)
> and on the server new sshd will be forked for you - but in F-Secure ypu simply
> get independend shell without need to log in.
>
> Rgds,
> Konrad
- Previous message: ankush grover: "public key access from a Lan to a public server"
- In reply to: Konrad LUDWIKOWSKI: "Re: Duplicate ssh session"
- Next in thread: Jonathan Loh: "Re: Duplicate ssh session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|