ssh stdin: is not a tty

Sunday, June 16, 2013 1:40 PM 0 Comments

i found problem on my vps ubuntu 11.10 when i login over ssh. The message after login is

"ssh stdin: is not a tty"

and i founded solution to fix it. thank you for Harry Jackson post


Edit : /etc/fstab and add this line.

devpts /dev/pts devpts mode=0620,gid=5 0 0

reboot

Good Luck~


0 comments: