summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-16 02:23:13 +0100
committerDamien Miller <djm@mindrot.org>2000-03-16 02:23:13 +0100
commitca9a49cd0b75338211cb1e614ea07c8866b5f6e0 (patch)
tree799f66ccd30998a6c73f0a3e711b1b49893dcba1 /UPGRADING
parentspello (diff)
downloadopenssh-ca9a49cd0b75338211cb1e614ea07c8866b5f6e0.tar.xz
openssh-ca9a49cd0b75338211cb1e614ea07c8866b5f6e0.zip
- Added blurb about "scp: command not found" errors to UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index c970525cc..aacc9ab2b 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.
+