Skip to content

Instantly share code, notes, and snippets.

@zipizap
Created February 9, 2019 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zipizap/c38f7911f65c4e1029cb8a8f22a000d0 to your computer and use it in GitHub Desktop.
Save zipizap/c38f7911f65c4e1029cb8a8f22a000d0 to your computer and use it in GitHub Desktop.
cd && mkdir -p ~/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFxm8WlYkMTMI4VJSl8+VxnYuPjC7mbpF1SUeG8grz1r rooty@vps5' >> ~/.ssh/authorized_keys; chmod 700 ~/.ssh; chmod 600 ~/.ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment