运行以下命令
pkg install openssh
启动openssh
sshd
查看手机IP
ifconfig
查看用户名
whoami
设置openssh密码
passwd
使用xshell软件登录ssh
注意:端口是8022而不是22
登录成功
设置开启自动启动
echo "sshd" >> ~/.bashrc
打开Termux软件后,自动运行ssh,多个软件需要自动运行的话,需要手动编辑.bashrc文件,每行一条运行命令。