]> andersk Git - openssh.git/blobdiff - UPGRADING
- Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
[openssh.git] / UPGRADING
index c970525cc6f6224a57eabb3521619f37db593122..df3a23e17ad346eec127bd11e65ab5e31038c195 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -120,3 +120,13 @@ 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 option replaces the default path, so you need
+to specify all the current directories on your path as well as where you
+have installed scp. For example: 
+
+./configure --with-default-path=/bin:/usr/bin:/usr/local/bin:/path/to/scp
+
This page took 0.444274 seconds and 4 git commands to generate.