RSA Key for SSH Authentication
Scenario: When you want to ssh from machine A to machine B, assumption here is that both machines are Linux based
@A: ssh-keygen -t rsa
copy the content of .ssh/id__rsa.pub (default filename) to machine B:~/.ssh/authorized__keys
Voila! @A
ssh username@B
TODO: add scp, rsync commands