速報APP / 工具 / SSHey

SSHey

價格:免費

更新日期:2018-06-03

檔案大小:2.4M

目前版本:1.1

版本需求:Android 4.3 以上版本

官方網站:mailto:westwardharbor0@gmail.com

SSHey(圖1)-速報App

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

________________________________________________________________________

SSHey(圖2)-速報App

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 &

SSHey(圖3)-速報App

Disable password for sudo

And run command "sudo sh restart.sh"