jianlinwei / sshtunnel

SSH Tunnel for Android System
GNU General Public License v3.0
30 stars 15 forks source link

Work without Shell #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It simply does not works if the shell server disables the shell, such as 
setting the shell to /bin/false

Original issue reported on code.google.com by tob...@su.am on 4 Feb 2013 at 9:59

GoogleCodeExporter commented 9 years ago
if you want to disable shell you should use no-pty infront of your 
authorized_keys like
no-pty ssh-rsa AAAAB....

Original comment by tob...@su.am on 4 Feb 2013 at 10:05