linux VPS添加最低权限的SSH账号

useradd -M -s /sbin/nologin -n username

passwd username

输入两次密码就行了,然后你就可以使用了。可以使用myentunnela或者BitviseSSHClient。