RSA Key authentication for remote SSH logins
This article details how to set up RSA key authentication for remote SSH logins without the need for typing in a password. This is especially useful for using remote ssh commands in shell scripts. And these instructions will work in Mac OS X. Create the keys: First we need to generate the keypair. We do … [Read more…]