Displaying 1 result from an estimated 1 matches for "newzippy".
2000 Mar 29
1
no controlling tty
I finally figured out why I was getting this message:
geoff at newzippy:~$ ssh dammit
You have no controlling tty. Cannot read passphrase.
As root I wouldn't get this, so I figured it to be some permission
problem.
Using strace I see:
open("/dev/tty", O_RDWR) = -1 EACCES (Permission denied)
write(2, "You have no controlling tty. Ca...