当前位置:网站首页>Termux SSH first shell start

Termux SSH first shell start

2022-06-13 02:17:00 Cloud edge flying elephant

 Boot script is running (~/.xinhao_history/start_command.sh)
sshd started
$ cat ./startsshd.sh
number=`ps x | grep sshd |wc -l`
if [ $number -gt 1 ]
then
        echo "sshd started"
elif [ $number -le 1 ]
then
        sshd
fi
$
原网站

版权声明
本文为[Cloud edge flying elephant]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202280543574186.html