ssh conenctions to NCP 2.0 fail if compresion is requested
Bug #360512 reported by
Andy Boyett
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Nexenta Operating System |
Fix Released
|
High
|
Unassigned |
Bug Description
Attempting to connect with compression causes the server to immediately return "Connection closed", disabling compression allows it to connect successfully.
Attached are ssh -vv logs with and without compression.
Changed in nexenta: | |
importance: | Undecided → High |
status: | New → Confirmed |
To post a comment you must log in.
I examine this bug and find that the sshd require libz.so.1: version "SUNW SUNW_1.1".
This is debug log of sshd
ld.so.1: sshd: fatal: libz.so.1: version `SUNW_1.1' not found (required by file /usr/lib/ssh/sshd)
ld.so.1: sshd: fatal: libz.so.1: open failed: No such file or directory
ld.so.1: sshd: fatal: relocation error: file /usr/lib/ssh/sshd: symbol deflateInit_: referenced symbol not found
think this bag will be fix if recompile "ld.so.1" and maybe "sshd".
nick@myhost:~$ dpkg -S /usr/lib/ld.so.1
sunwcsu: /usr/lib/ld.so.1
nick@myhost:~$ dpkg -S /usr/lib/ssh/sshd
sunwsshdu: /usr/lib/ssh/sshd
So, that the reason of using sunw libs instead of native libs?