Skip to content

Instantly share code, notes, and snippets.

@300481
Last active November 12, 2021 14:45
Show Gist options
  • Save 300481/66e2095eb44d750dfda61a7064a246d3 to your computer and use it in GitHub Desktop.
Save 300481/66e2095eb44d750dfda61a7064a246d3 to your computer and use it in GitHub Desktop.
add my ssh public keys
#!/bin/bash
# https://tinyurl.com/300481
cd
mkdir .ssh
chmod 700 .ssh
curl https://github.com/300481.keys > .ssh/authorized_keys
chmod 400 .ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment