diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-16 02:23:13 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-16 02:23:13 +0100 |
commit | ca9a49cd0b75338211cb1e614ea07c8866b5f6e0 (patch) | |
tree | 799f66ccd30998a6c73f0a3e711b1b49893dcba1 /UPGRADING | |
parent | spello (diff) | |
download | openssh-ca9a49cd0b75338211cb1e614ea07c8866b5f6e0.tar.xz openssh-ca9a49cd0b75338211cb1e614ea07c8866b5f6e0.zip |
- Added blurb about "scp: command not found" errors to UPGRADING
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 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. + |