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" ]]
|
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
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user