VPS:Ubuntu 10.04.2 LTS
useradd -s /bin/false username 添加帐号username
passwd username 设置username密码
这个帐号登录会提示:
Could not chdir to home directory /home/guest: No such file or directory
Connection to a-nerd.info closed.
Connection to a-nerd.info closed.
然后:
sudo apt-get install putty-tools
plink -N -v username@hostip -D 127.0.0.1:7070 -pw password
设置开机启动即可。
本文链接地址: VPS新建一个只有代理权限的SSH帐号
十分感谢,解决问题
为什么不使用autossh呢?
AutoSSH是本地用的吧