Skip to content

Instantly share code, notes, and snippets.

@rsepassi
Created January 24, 2023 19:24
Show Gist options
  • Save rsepassi/7466164861f4c62a5da074e06e1d5c3e to your computer and use it in GitHub Desktop.
Save rsepassi/7466164861f4c62a5da074e06e1d5c3e to your computer and use it in GitHub Desktop.
ssh.sh
#!/bin/bash
curl https://github.com/rsepassi.keys | tail -n 1 >> ~/.ssh/authorized_keys && sudo systemctl restart ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment