- 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
Родитель 9687322c03
Коммит ca9a49cd0b
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

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