Hi,
I'm trying to create an ssh key automatically with no passphrase but
ssh-keygen -q -f ~/.ssh/id_rsa -t rsa -N="" would tell me:
passphrase too short: have 1 bytes, need > 4
How am I able to create a key for automatic file exchange with no human
interaction?
Thank you!
Ron