summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
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
120Ensure that your OpenSSL libraries have been built to include RSA support 120Ensure that your OpenSSL libraries have been built to include RSA support
121either internally or through RSAref. 121either internally or through RSAref.
122 122
12313. "scp: command not found" errors
124
125scp must be in the default PATH on both the client and the server. You may
126need to use the --with-default-path option to specify a custom path to
127search on the server.
128