Source Update

This commit is contained in:
Christer Warén 2024-04-29 07:57:18 +03:00
parent aff9e6d985
commit d1b32a0296
2 changed files with 2 additions and 2 deletions

View File

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

2
wx
View File

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