Source Update
This commit is contained in:
parent
3d04f2f24c
commit
c5359ed8f5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user