I pray I haven't missed something obvious. I downloaded, compiled and installed from tar version 6.3. Version 4.3 was previously installed. When I ssh in It identifies as version 6.3, but ssh -v reveals: Match ... remote version 4.3 . This is causing my system to fail a required security scan which doesn't like openssh version 4.3. Can anyone tell me what I am doing wrong? Thank you.
> I pray I haven't missed something obvious. I downloaded, compiled and > installed from tar version 6.3. Version 4.3 was previously installed. > When I ssh in It identifies as version 6.3, but ssh -v reveals: > Match ... remote version 4.3 . This is causing my system to fail a > required security scan which doesn't like openssh version 4.3. Can > anyone tell me what I am doing wrong? Thank you./usr/local/sbin vs. /usr/sbin, or similar path mismatches?
Trent Gemmill wrote:> Can anyone tell me what I am doing wrong?You've installed a new version of OpenSSH manually in parallell with the old version installed by the package manager. You'll have to resolve that, one way or the other. How to do that doesn't have anything to do with OpenSSH however. //Peter
Trent Gemmill wrote:> I pray I haven't missed something obvious. I downloaded, compiled and > installed from tar version 6.3. Version 4.3 was previously installed. > When I ssh in It identifies as version 6.3, but ssh -v reveals: Match > ... remote version 4.3 . This is causing my system to fail a required > security scan which doesn't like openssh version 4.3. Can anyone tell > me what I am doing wrong? Thank you.Did you forget to restart the openssh server?
Maybe Matching Threads
- [LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
- Problem with HTTP traffic (very slow)
- [LLVMdev] LLVM 2.9 - JIT problem on Windows
- ANN: python-markdown2 -- another Python implementation of Markdown
- How can I make has_many prevent a delete that would lead to orphans?