ssh连接
# 安装ssh服务
pkg install openssh
# 启动sshd
sshd
# 设置termux密码
passwd
# 查看用户名
whoamissh -P 8022 user@192.168.xxx.xxxssh -P 22 root@xxx.xxx.xxx.xxx最后更新于
Host xxx # 设置别名
HostName xxx.xxx.xxx.xxx # ip地址
User root # 用户
Port 1024 # 端口
IdentityFile ~/.ssh/xxx # 验证文件