Bug 8536

Summary: control sftp subsystem doesn't work in x86_64 arch
Product: Sisyphus Reporter: Konstantin Pavlov <thresh>
Component: openssh-serverAssignee: Gleb F-Malinovskiy <glebfm>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: glebfm, ldv, vt
Version: unstable   
Hardware: all   
OS: Linux   

Description Konstantin Pavlov 2005-11-21 21:12:19 MSK
openssh-server-3.6.1p2-alt6 on sisyphus/x86_64.

'control sftp enabled' sets "Subsystem       sftp    /usr/lib/openssh/sftp-server
" in sshd_config, while it should set path to /usr/lib64/.
Steps to Reproduce:
1. control sftp enabled
2. try to sftp onto box
Comment 1 Dmitry V. Levin 2005-11-21 21:15:26 MSK
No, /usr/lib/openssh should live in %_libexecdir instead of %_libdir.
Comment 2 Nick S. Grechukh 2005-11-21 21:29:23 MSK
nevertheless, sftp as binary executable should live in arch-specific place, or i
miss something? ;)
Comment 3 Dmitry V. Levin 2005-11-21 21:54:02 MSK
Yes, you miss: sftp executable lives in %_bindir/
Comment 4 Nick S. Grechukh 2005-11-21 23:03:28 MSK
sorry, sftp-server of course
Comment 5 Dmitry V. Levin 2005-11-30 17:32:40 MSK
Fixed in openssh-server-3.6.1p2-alt7.
Comment 6 Konstantin Pavlov 2005-12-01 21:09:00 MSK
Похоже на то, спасибо!