From 2ba2a61043a0bb4eafca30deaeafff8ffa45dc3b Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 16 Mar 2000 01:23:13 +0000 Subject: [PATCH] - Added blurb about "scp: command not found" errors to UPGRADING --- ChangeLog | 1 + UPGRADING | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 216b61fd..1c073da2 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 c970525c..aacc9ab2 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. + -- 2.45.2