mort9.github.io

mort9 content

View My GitHub Profile

Adding public key to server authorized_keys

cat ~/.ssh/id_rsa.pub | ssh USER@HOST "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"