- Added blurb about "scp: command not found" errors to UPGRADING

This commit is contained in:
Damien Miller 2000-03-16 12:23:13 +11:00
parent 9687322c03
commit ca9a49cd0b
2 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,7 @@
Hesprich <dghespri@sprintparanet.com> Hesprich <dghespri@sprintparanet.com>
- Propogate LD through to Makefile - Propogate LD through to Makefile
- Doc cleanups - Doc cleanups
- Added blurb about "scp: command not found" errors to UPGRADING
20000315 20000315
- Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list

View File

@ -120,3 +120,9 @@ Configure OpenSSH with --with-md5-passwords
Ensure that your OpenSSL libraries have been built to include RSA support Ensure that your OpenSSL libraries have been built to include RSA support
either internally or through RSAref. 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.