[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Skey and scp and lock -np



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 .
i get the following error Message:
ssh: username: no address associated with name

The Strange thing is if i use a windows scp client (winscp)
and use the gui with username:skey than it works.
So scp should abel to use skey. Or?

In the man from scp i have not found any advise.
Does anyone knows what i must do that it works?


The second thing what i am interested in is that
if i do
ssh -l user:skey IP-Adress-from-the-Server
and then i locked the shell with
lock -np
the only way to open the shell again is to use
the "normal" password.
Does any possibility exist to reopen the shell
with a further skey password?

Thanks in Advance
Stefan

--