diff options
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -120,3 +120,9 @@ Configure OpenSSH with --with-md5-passwords | |||
120 | Ensure that your OpenSSL libraries have been built to include RSA support | 120 | Ensure that your OpenSSL libraries have been built to include RSA support |
121 | either internally or through RSAref. | 121 | either internally or through RSAref. |
122 | 122 | ||
123 | 13. "scp: command not found" errors | ||
124 | |||
125 | scp must be in the default PATH on both the client and the server. You may | ||
126 | need to use the --with-default-path option to specify a custom path to | ||
127 | search on the server. | ||
128 | |||