Source Update

This commit is contained in:
Christer Warén 2024-04-29 07:52:51 +03:00
parent 7b7c540e12
commit aff9e6d985
2 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,8 @@ wx-ssh-sign(){
wx-ssh-sign-create(){
mkdir -p $HOME/.ssh/keys
chmod 700 -R $HOME/.ssh/keys
chmod 600 -R $HOME/.ssh/keys
chmod 700 $HOME/.ssh/keys
NAME=$1
ROLE=$2

3
wx
View File

@ -385,7 +385,8 @@ wx-ssh-sign(){
wx-ssh-sign-create(){
mkdir -p $HOME/.ssh/keys
chmod 700 -R $HOME/.ssh/keys
chmod 600 -R $HOME/.ssh/keys
chmod 700 $HOME/.ssh/keys
NAME=$1
ROLE=$2