Re: SSH through another computer

2007-04-30 Thread Dominique Dumont
"Masatran, R. Deepak" <[EMAIL PROTECTED]> writes: > I am forced to SSH to host1, and SSH from there to host2. > > How can I do this in a single command? > > I have a private key in localhost, which is accepted for SSH by host2. How > can I use this key in host2 without storing it in host1? May be

Re: SSH through another computer

2007-04-24 Thread Alejandro Barcena Campos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Masatran, R. Deepak wrote: > I am forced to SSH to host1, and SSH from there to host2. > > How can I do this in a single command? > > I have a private key in localhost, which is accepted for SSH by host2. How > can I use this key in host2 without sto

Re: SSH through another computer

2007-04-24 Thread IntnsRed
[quote]I have a private key in localhost, which is accepted for SSH by host2. How can I use this key in host2 without storing it in host1?[/quote] How about some port-forwarding/firewall magic? For example, if from localhost you could ssh to a specific port on machine #1 -- say, "ssh -p 1

Re: SSH through another computer

2007-04-24 Thread Thomas Jollans
Masatran, R. Deepak wrote: > I am forced to SSH to host1, and SSH from there to host2. > > How can I do this in a single command? > > I have a private key in localhost, which is accepted for SSH by host2. How > can I use this key in host2 without storing it in host1? > ssh -t host1 ssh host2 t

Re: SSH through another computer

2007-04-24 Thread Florian Kulzer
On Wed, Apr 25, 2007 at 00:45:26 +0530, Masatran, R. Deepak wrote: > I am forced to SSH to host1, and SSH from there to host2. > > How can I do this in a single command? > > I have a private key in localhost, which is accepted for SSH by host2. How > can I use this key in host2 without storing it

SSH through another computer

2007-04-24 Thread Masatran, R. Deepak
I am forced to SSH to host1, and SSH from there to host2. How can I do this in a single command? I have a private key in localhost, which is accepted for SSH by host2. How can I use this key in host2 without storing it in host1? -- Masatran, R. Deepak p