SSH - Copy public key from local to Server - https://goo.gl/Ccaafo
cat ~/.ssh/id_rsa.pub | ssh username@remote_host "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"