[Bug 2155] sftp program has tty attributes setting problem

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Sep 20 18:14:33 EST 2013


https://bugzilla.mindrot.org/show_bug.cgi?id=2155

--- Comment #7 from Darren Tucker <dtucker at zip.com.au> ---
fedora 18's sftp does do it, but the one I built doesn't (although it's
linked against a locally built libedit in /usr/local, which I had not
noticed):

$ stty -echo; /usr/bin/sftp -o preferredauthentications=password
localhost; stty sane
dtucker at localhost's password: 
Connected to localhost.
sftp> cd /tmp
sftp> exit

$ ldd /tmp/openssh-5.3p1/bin/sftp | grep libed
    libedit.so.0 => /usr/local/lib/libedit.so.0 (0xb7744000)

$ stty -echo; /tmp/openssh-5.3p1/bin/sftp -o
preferredauthentications=password localhost; stty sane
Connecting to localhost...
dtucker at localhost's password: 
sftp> sftp> Remote working directory: /tmp
sftp> 

$ rpm -q libedit
libedit-3.0-7.20120601cvs.fc18.i686

the local one is libedit-20100424-3.0

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list