Compare commits
No commits in common. "706a917dbf3017e070001c5fad8c41fdb8a30a4c" and "a54f68ded0e01d0651503d76f2bdf716556554ab" have entirely different histories.
706a917dbf
...
a54f68ded0
@ -1,9 +1,4 @@
|
||||
wx-auto(){
|
||||
wx-login
|
||||
|
||||
echo " >> Auto << "
|
||||
echo "------------------------------"
|
||||
|
||||
wx-ssh-config-sync
|
||||
wx-ssh-keys-sync
|
||||
wx-ssh-sign
|
||||
|
@ -6,7 +6,7 @@ wx-ssh-keys(){
|
||||
generate)
|
||||
wx-ssh-keys-retrieve $2
|
||||
wx-ssh-keys-generate $2
|
||||
wx-ssh-keys-save $2
|
||||
wx-ssh-config-save $2
|
||||
;;
|
||||
retrieve)
|
||||
wx-ssh-keys-retrieve $2
|
||||
@ -58,7 +58,3 @@ wx-ssh-keys-save(){
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
wx-ssh-keys-sync(){
|
||||
echo ""
|
||||
}
|
||||
|
11
wx
11
wx
@ -56,11 +56,6 @@ wx-stop (){
|
||||
}
|
||||
|
||||
wx-auto(){
|
||||
wx-login
|
||||
|
||||
echo " >> Auto << "
|
||||
echo "------------------------------"
|
||||
|
||||
wx-ssh-config-sync
|
||||
wx-ssh-keys-sync
|
||||
wx-ssh-sign
|
||||
@ -401,7 +396,7 @@ wx-ssh-keys(){
|
||||
generate)
|
||||
wx-ssh-keys-retrieve $2
|
||||
wx-ssh-keys-generate $2
|
||||
wx-ssh-keys-save $2
|
||||
wx-ssh-config-save $2
|
||||
;;
|
||||
retrieve)
|
||||
wx-ssh-keys-retrieve $2
|
||||
@ -454,10 +449,6 @@ wx-ssh-keys-save(){
|
||||
fi
|
||||
}
|
||||
|
||||
wx-ssh-keys-sync(){
|
||||
echo ""
|
||||
}
|
||||
|
||||
wx-ssh-sign(){
|
||||
echo " >> SSH / Sign << "
|
||||
echo "------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user