價格:免費
更新日期:2018-06-03
檔案大小:2.4M
目前版本:1.1
版本需求:Android 4.3 以上版本
官方網站:mailto:westwardharbor0@gmail.com
SSHey is a simple application to perform task without need to start your SSH client.
Do you need to reboot your server ?
Why start your client and login and input password and and ..
Manage your tasks throught material design UI and make your life easier
________________________________________________________________________
Because you can only perform simple tasks, you need to create a sh script.
For example if you want to restart your service, create "restart.sh" with :
#!/bin/sh
echo "restarting"
service –name– restart > /dev/null &
Disable password for sudo
And run command "sudo sh restart.sh"