Compare commits

...

2 Commits

Author SHA1 Message Date
Christer Warén
706a917dbf Code Update 2024-05-30 19:19:35 +03:00
Christer Warén
7f950148e0 Code Update 2024-05-30 19:10:31 +03:00
3 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,9 @@
wx-auto(){
wx-login
echo " >> Auto << "
echo "------------------------------"
wx-ssh-config-sync
wx-ssh-keys-sync
wx-ssh-sign

View File

@ -6,7 +6,7 @@ wx-ssh-keys(){
generate)
wx-ssh-keys-retrieve $2
wx-ssh-keys-generate $2
wx-ssh-config-save $2
wx-ssh-keys-save $2
;;
retrieve)
wx-ssh-keys-retrieve $2
@ -58,3 +58,7 @@ wx-ssh-keys-save(){
fi
fi
}
wx-ssh-keys-sync(){
echo ""
}

11
wx
View File

@ -56,6 +56,11 @@ wx-stop (){
}
wx-auto(){
wx-login
echo " >> Auto << "
echo "------------------------------"
wx-ssh-config-sync
wx-ssh-keys-sync
wx-ssh-sign
@ -396,7 +401,7 @@ wx-ssh-keys(){
generate)
wx-ssh-keys-retrieve $2
wx-ssh-keys-generate $2
wx-ssh-config-save $2
wx-ssh-keys-save $2
;;
retrieve)
wx-ssh-keys-retrieve $2
@ -449,6 +454,10 @@ wx-ssh-keys-save(){
fi
}
wx-ssh-keys-sync(){
echo ""
}
wx-ssh-sign(){
echo " >> SSH / Sign << "
echo "------------------------------"