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