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. +