]> andersk Git - openssh.git/commitdiff
- Added blurb about "scp: command not found" errors to UPGRADING
authordamien <damien>
Thu, 16 Mar 2000 01:23:13 +0000 (01:23 +0000)
committerdamien <damien>
Thu, 16 Mar 2000 01:23:13 +0000 (01:23 +0000)
ChangeLog
UPGRADING

index 216b61fd6c07d146eb4bc5287ec16369bfe48d1d..1c073da2343ad0c0c100db09aea7411d6d88c0be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
    Hesprich <dghespri@sprintparanet.com>
  - 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
index c970525cc6f6224a57eabb3521619f37db593122..aacc9ab2b6f53637a65c8e589849024322e6d993 100644 (file)
--- 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.
+
This page took 0.173199 seconds and 5 git commands to generate.