[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Skey and scp and lock -np
On Mon, Sep 01, 2003 at 05:25:31PM +0200, stefan wrote:
> Hi all,
>
> i have 2 small Problems with skey and openssh
> I use openbsd 3.3 with the default openssh.
> If i make
> ssh -l user:skey IP-Adress-from-the-Server
> all works fine.
>
> But if i try
> scp username:skey@IP-Adress-from-the-Server:/home/user/file .
have you tried
scp -o 'user=username:skey' IP-Adress-from-the-Server:/home/user/file .