ssh append authorized_keys on remote server
This is how to copy local ssh public key and append it to authorized_keys file on remote server
This commands consists of three (3) parts
- First copy content of ids_rsa.pub file
- Then pipe it to ssh. Connect to remote server with yout credentials
- And execute append command on remote server