Re: transitivity of login

2008-09-17 Thread Daniel Burrows
On Wed, Sep 17, 2008 at 08:35:21AM -0700, PETER EASTHOPE <[EMAIL PROTECTED]> was heard to say: > How can this be permitted? It must be > configurable, but where? Is it in sshd; is > there a system variable; is it something else? Just to add what is implicit in the other responses you got: t

Re: transitivity of login

2008-09-17 Thread Paulo Silva
Qua, 2008-09-17 às 08:35 -0700, PETER EASTHOPE escreveu: > Folk, > > I have three systems, A, B and C. > A terminal login is made on A. > >From there a ssh session to B. > >From there we attempt ssh to C. > This is the appearance of the A terminal. > > Connection established > Linux B ... >..

Re: transitivity of login

2008-09-17 Thread Nuno Magalhães
Is your DNS set up correctly? ssh will "feeeze" for about a minute while trying to resolve DNS, there's an option to disable it in sshd.conf i guess. -- Nuno Magalhães

Re: transitivity of login

2008-09-17 Thread François Cerbelle
Le Mer 17 septembre 2008 17:35, PETER EASTHOPE a écrit : > I have three systems, A, B and C. > A terminal login is made on A. >>From there a ssh session to B. >>From there we attempt ssh to C. Did you try to run "ssh-add" on A for ssh-agent to know you key. Then to use "ssh -A B" and "ssh -A C"

transitivity of login

2008-09-17 Thread PETER EASTHOPE
Folk, I have three systems, A, B and C. A terminal login is made on A. >From there a ssh session to B. >From there we attempt ssh to C. This is the appearance of the A terminal. Connection established Linux B ... ... Last login: Wed Sep 17 08:16:01 2008 from A [EMAIL PROTECTED]:~$ ssh C [EMAIL