Frank Vielma's Blog Programming, science, engineering, and more…
SSH Authorization
Posted on {15-Feb-2011} No commentsTo configure the two machines to perform authorization via public key exchange, essentially by copying your public key from one to the other. Here’s the procedure:
- ssh-keygen -tdsa
- ssh username@remote_host ‘cat>>~/.ssh/authorized_keys’<~/.ssh/id_dsa.pub

