Displaying 1 result from an estimated 1 matches for "fixssh".
Did you mean:
fissh
2001 Oct 07
1
FYI : FiSh connection over SSH fails : midnight commander freezing
...Sun, 7 Oct 2001 15:40:58 +0200
From: Hans Peter Stroebel <hpstr at operamail.com>
To: mc at gnome.org
Am Sonntag, 7. Oktober 2001 10:44 schrieb Pavel Roskin:
Hi Pavel, Hi Pavel, ;-)
> > fish does not suuport password auth because ssh always reads passwd from
> > /ddev/tty. Fixssh to acceptt passwd from stdin, and we an fix mc.
>
> Actually, there is a good reason why ssh uses /dev/tty. The standard
> channels (stdout, stdin, stderr) are connected to the remote program and
> should be completely independent from the authentication. At least the
> recent vers...