Hi all,
Anybody has succeeded in setting passwordless ssh FROM arduino yun root to another linux server root?
I'm trying to automate some scp and other commands from the fantastic Arduino YUN to a debian server.
So I'm trying to generate public key and copy it to the server on the purpose I installed
Thank you very much sonnyyu for your link and for your precompiled binary of sshpass. I was having trouble compiling from the source code, apparently the configure.sh doesn't like the grep version...
Anyway later i'll see if I can solve the issue installing the proper ssh utilities so that i can login passwordless with public key. Thanks a lot.
Good direction sonnyyu, you saved me a lot of work time again, I will apply the upgrade immediately and go on with the job.
It's incredible how quickly one can learn and get in to arduino from reading the forum
@dannatofrenk I'm actually wondering how you got ssh-keygen on your Yun as it isn't available on my build, which is the latest as far as I know (1.5.3). Not having ssh-keygen is really wreaking havoc on letting me get git up and running.