💾 Archived View for henn.es › cheatsheet › ssh.gmi captured on 2022-06-03 at 23:01:52. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2022-07-16)

-=-=-=-=-=-=-

hennes' SSH cheatsheet

Copy public key to authorized keys on remote server:

cat id_rsa.pub | ssh USER@SERVER 'cat>> ~/.ssh/authorized_keys'