From: Damien Miller Date: Thu, 16 Mar 2000 01:23:13 +0000 (+1100) Subject: - Added blurb about "scp: command not found" errors to UPGRADING X-Git-Tag: V_1_2_3_PRE4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca9a49cd0b75338211cb1e614ea07c8866b5f6e0;p=thirdparty%2Fopenssh-portable.git - Added blurb about "scp: command not found" errors to UPGRADING --- diff --git a/ChangeLog b/ChangeLog index 216b61fd6..1c073da23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Hesprich - Propogate LD through to Makefile - Doc cleanups + - Added blurb about "scp: command not found" errors to UPGRADING 20000315 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list diff --git a/UPGRADING b/UPGRADING index c970525cc..aacc9ab2b 100644 --- a/UPGRADING +++ b/UPGRADING @@ -120,3 +120,9 @@ Configure OpenSSH with --with-md5-passwords Ensure that your OpenSSL libraries have been built to include RSA support either internally or through RSAref. +13. "scp: command not found" errors + +scp must be in the default PATH on both the client and the server. You may +need to use the --with-default-path option to specify a custom path to +search on the server. +