Displaying 1 result from an estimated 1 matches for "9tty1".
Did you mean:
tty1
2000 Aug 01
0
tty problem
Hi there!!
I'm getting this strange error with openssh-2.1.1p3 and p4 (p2 works ok).
[user at computer dir]$ ssh my.computer.com
Enter passphrase for RSA key 'user at computer':
-bash: ??9tty1: command not found
Connection to my.computer.com closed.
If I don't try to allocate a tty, everything works fine:
[user at computer dir]$ ssh my.computer.com /bin/bash
Enter passphrase for RSA key 'user at computer':
rpm -q openssh
openssh-2.1.1p4-1
exit
[user at computer dir]$
I...