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
$ ssh-keygen -f $HOME/.ssh/id_rsa -t rsa -N ''