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
src/commands/ssh
wx

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

1
wx

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