Last active
March 31, 2026 18:15
-
-
Save chapmanjacobd/b9ae0550b8dfb67b450447539ebfc47a to your computer and use it in GitHub Desktop.
postmarketOS setup SSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| read -p "GitHub Username: " U | |
| mkdir -p ~/.ssh && chmod 700 ~/.ssh | |
| curl -s "https://github.com/$U.keys" > ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys | |
| sudo systemctl enable --now sshd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment