Code Update
This commit is contained in:
parent
399372294c
commit
02c84ef45f
@ -1,6 +1,9 @@
|
||||
wx-ssh(){
|
||||
wx-login
|
||||
|
||||
mkdir -p $HOME/.ssh/keys
|
||||
chmod 700 -R $HOME/.ssh/keys
|
||||
|
||||
case $1 in
|
||||
sign)
|
||||
wx-ssh-sign
|
||||
|
@ -17,10 +17,6 @@ wx-ssh-sign(){
|
||||
}
|
||||
|
||||
wx-ssh-sign-create(){
|
||||
mkdir -p $HOME/.ssh/keys
|
||||
chmod 700 $HOME/.ssh/keys
|
||||
chmod 600 $HOME/.ssh/keys/*
|
||||
|
||||
NAME=$1
|
||||
ROLE=$2
|
||||
PRINCIPALS=$2
|
||||
|
7
wx
7
wx
@ -322,6 +322,9 @@ wx-settings(){
|
||||
wx-ssh(){
|
||||
wx-login
|
||||
|
||||
mkdir -p $HOME/.ssh/keys
|
||||
chmod 700 -R $HOME/.ssh/keys
|
||||
|
||||
case $1 in
|
||||
sign)
|
||||
wx-ssh-sign
|
||||
@ -469,10 +472,6 @@ wx-ssh-sign(){
|
||||
}
|
||||
|
||||
wx-ssh-sign-create(){
|
||||
mkdir -p $HOME/.ssh/keys
|
||||
chmod 700 $HOME/.ssh/keys
|
||||
chmod 600 $HOME/.ssh/keys/*
|
||||
|
||||
NAME=$1
|
||||
ROLE=$2
|
||||
PRINCIPALS=$2
|
||||
|
Loading…
Reference in New Issue
Block a user