Re: Using multiple keys with ssh-agent

2003-02-17 Thread Bill Moseley
On Mon, 17 Feb 2003, Michael Heironimus wrote: > Try > ssh -t REMOTE 'pine -i' Now, that's easier! Thanks, -- Bill Moseley [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Using multiple keys with ssh-agent

2003-02-17 Thread Nick Willson
On 2003-02-16 23:49, Bill Moseley wrote: > On Mon, 17 Feb 2003, Nick Hastings wrote: > > > Maybe I'm missing something but surely it would be easier to just have > > the one key and then just run > > > > ssh remote pine -i > > I could only get that to work with X11 Forwarding and X applications.

Re: Using multiple keys with ssh-agent

2003-02-17 Thread Nick Hastings
* Bill Moseley <[EMAIL PROTECTED]> [030217 17:01]: > On Mon, 17 Feb 2003, Nick Hastings wrote: > > > Maybe I'm missing something but surely it would be easier to just have > > the one key and then just run > > > > ssh remote pine -i > > I could only get that to work with X11 Forwarding and X app

Re: Using multiple keys with ssh-agent

2003-02-17 Thread Michael Heironimus
On Sun, Feb 16, 2003 at 11:49:27PM -0800, Bill Moseley wrote: > On Mon, 17 Feb 2003, Nick Hastings wrote: > > > Maybe I'm missing something but surely it would be easier to just have > > the one key and then just run > > > > ssh remote pine -i > > I could only get that to work with X11 Forwardin

Re: Using multiple keys with ssh-agent

2003-02-16 Thread Bill Moseley
On Mon, 17 Feb 2003, Nick Hastings wrote: > Maybe I'm missing something but surely it would be easier to just have > the one key and then just run > > ssh remote pine -i I could only get that to work with X11 Forwarding and X applications. I can't get console apps to work that way: Can't acces

Re: Using multiple keys with ssh-agent

2003-02-16 Thread sean finney
On Sun, Feb 16, 2003 at 10:48:24PM -0800, Bill Moseley wrote: > then added the new public key to remote's .ssh/authorized_keys2 file. I > also prepended command="pine -i" to that new public key. heh, sweet. > Any tricks to signal ssh-agent which key set to use when running ssh? is it a passphra

Re: Using multiple keys with ssh-agent

2003-02-16 Thread Nick Hastings
Hi, * Bill Moseley <[EMAIL PROTECTED]> [030217 16:02]: > > I want to be able to ssh into machine "remote" and have pine start > automatically. But I also want to be able to ssh in and have a normal > shell. > > So, I created a new key pair with: > > ssh-keygen -t dsa -f id_dsa_pine > > t

Using multiple keys with ssh-agent

2003-02-16 Thread Bill Moseley
I want to be able to ssh into machine "remote" and have pine start automatically. But I also want to be able to ssh in and have a normal shell. So, I created a new key pair with: ssh-keygen -t dsa -f id_dsa_pine then added the new public key to remote's .ssh/authorized_keys2 file. I also