Skip to content

Instantly share code, notes, and snippets.

@merlinvn
Created August 26, 2021 15:55
Show Gist options
  • Save merlinvn/e88aeab1080f4d2292c73b40b3c40122 to your computer and use it in GitHub Desktop.
Save merlinvn/e88aeab1080f4d2292c73b40b3c40122 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo Please enter your email address!
read -p 'Email: ' email
ssh-keygen -t ed25519 -C "$email"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
sudo apt-get update
sudo apt-get install xclip
xclip -selection clipboard < ~/.ssh/id_ed25519.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment