I need to automate ssh-keygen -t rsa with out a password i.e. enter at the prompt. How can I do that from a shell script?
ssh-keygen -t rsa
$ printf '\n' | ssh-keygen -N ''