Source Update

This commit is contained in:
Christer Warén 2024-04-29 07:43:45 +03:00
parent 3d04f2f24c
commit c5359ed8f5
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ wx-ssh-sign-create(){
if [[ ! -f "$HOME/.ssh/keys/$NAME-ed25519" ]]
then
mkdir -p $HOME/.ssh/keys
ssh-keygen -t ed25519 -f $HOME/.ssh/keys/$NAME-ed25519 -q -N "" &> /dev/null
fi

1
wx
View File

@ -391,6 +391,7 @@ wx-ssh-sign-create(){
if [[ ! -f "$HOME/.ssh/keys/$NAME-ed25519" ]]
then
mkdir -p $HOME/.ssh/keys
ssh-keygen -t ed25519 -f $HOME/.ssh/keys/$NAME-ed25519 -q -N "" &> /dev/null
fi