Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I'm trying to create a shell script to connect my NAS to my DD-WRT router via SSH in order to execute a remote command (like plink for windows). On my windows-box putty/plink runs just fine with key-authentication.
The NAS (ffp0.5) on the other hand keeps asking for a (not existing) password of my private key:
root@CH3SNAS:~# ssh -i /trans/wrt54g.private.ppk root@router command DD-WRT v24 mini (c) 2008 NewMedia-NET GmbH Release: 07/27/08 (SVN revision: 10011) Enter passphrase for key '/trans/wrt54g.private.ppk':
What's wrong?
Offline
a) does it work if you set the password?
b) the client supports .ppk on the nas?
Offline
oxygen wrote:
ppk sounds like a putty format key. you have to use standard openssh keys. afair a converter exists.
Exactly. It took me a while to get it sorted on the DD-WRT to connect with public key authentication (for a newbie, these different formats are annoying).
Instead of converting, I generated a new pair on the NAS. It's working now, TY for your hints!
Offline