fix: ssh keys

main
CrimsonTome 2022-11-23 13:53:31 +00:00 committed by Rowan Clark
parent 84c3336b9a
commit b0216050d2
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ mkdir -p ~/.config/
mkdir -p ~/bin/
# create an ssh key, for use with git/github
ssh-keygen -t ed25519 -f "/home/`whoami`/.ssh/id_ed25519_git" -N ''
ssh-keygen -t ed25519 -N ''
setup_config()
{
cd ~
@ -64,7 +64,7 @@ fi
cd ~/git/;
pwd
gh auth login;
xclip -sel clip ~/.ssh/id_ed25519_git.pub
xclip -sel clip ~/.ssh/id_ed25519.pub
firefox https://github.com/settings/ssh/new
# after logged into gh