This commit is contained in:
V 2022-11-24 21:20:28 +04:00
parent 6b343d2aa8
commit 877afba75f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if [ -f "$HOME/.ssh/id_ed25519.pub" ]; then
echo "id_ed25519.pub exist"
else
echo "creating id_ed25519.pub..."
ssh-keygen -t ed25519 -f "$HOME/.ssh/id_ed22519" -N ""
ssh-keygen -t ed25519 -f "$HOME/.ssh/id_ed25519" -N ""
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
fi