Re: ssh, su and root access

2004-11-01 Thread Andrea Vettorello
On Mon, 1 Nov 2004 12:11:48 +0100, Luis Fernando Llana Díaz <[EMAIL PROTECTED]> wrote: > Hi all, > I have a doubt. I ussually use ssh to access remote machines without sending any > password > (PasswordAuthentication no) and I store private keys with the help of ssh-agent. > This is valid also

Re: ssh, su and root access

2004-11-01 Thread Ron Johnson
On Mon, 2004-11-01 at 12:11 +0100, Luis Fernando Llana Díaz wrote: > Hi all, > I have a doubt. I ussually use ssh to access remote machines > without sending any password (PasswordAuthentication no) and I > store private keys with the help of ssh-agent. > This is valid also to login as another

ssh, su and root access

2004-11-01 Thread Luis Fernando Llana Díaz
Hi all, I have a doubt. I ussually use ssh to access remote machines without sending any password (PasswordAuthentication no) and I store private keys with the help of ssh-agent. This is valid also to login as another users (including root) in the local machine (ssh [EMAIL PROTECTED]). With t