[scponly] sftp works scp does not
Hideyuki KURASHINA
rushani at bl.mmtr.or.jp
Sat Feb 11 02:51:28 EST 2006
Hi,
>>> On Fri, 10 Feb 2006 17:30:58 +0100, Pawel Mueller <pawel.mueller at rus.uni-stuttgart.de> said:
> I had to hack the configure script in the line where as_dummy variable
> is defined, because my sftp-server ist in /usr/lib64/ssh/ and the
> --with-sftp-server flag simply ignored the path a gave it :-/
I think you can specify SFTP server location without any hacks
something like this:
% pax -zrvf scponly-4.6.tgz
% cp /usr/libexec/sftp-server /tmp
% cd /tmp/scponly-4.6/
% ./configure --with-sftp-server=/tmp/sftp-server
[...]
configure: enabling SFTP compatability...
checking for sftp-server... /tmp/sftp-server
[...]
-- rushani
More information about the scponly
mailing list