On Tue, May 15, 2007 at 04:36:15PM -0500, Eric Johnson wrote:
> Does anyone know of a method of using skey for scp transfers (apart
> from port forwarding through an ssh tunnel)?
> 
> I've tried:
>       scp username:[EMAIL PROTECTED]:/home/username/foo.bar .
> and
>       scp "username:skey"@host.example.com:/home/username/foo.bar .
> 
> Any other suggestions?

I don't use skey so I can't test it but this will probably work:

scp -o User="username:skey" host.example.com:/home/username/foo.bar .

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.

Reply via email to