1.更改密码(或者说设定初始密码)
输入:passwd

2.安装openssh
pkg upgrade
pkg install openssh

开启ssh并连接
在安卓上开启ssh请执行这一句:
sshd

如果要关闭执行这一句:
pkill sshd
ssh -p 8022 user@IP