View Single Post
Old 04-19-2012, 09:20 AM   #31
Hr.stein
Member
Hr.stein began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Apr 2012
Device: PB 611
The sshd.log(use sftp get):
--------------------
/mnt/ext1/applications/pb_sshd/usr/sbin/sshd: /lib/libcrypto.so.0.9.8: no version information available (required by /mnt/ext1/applications/pb_sshd/usr/sbin/sshd)
debug1: sshd version OpenSSH_5.9p1^M
debug1: private host key: #0 type 0 RSA1^M
debug1: read PEM private key done: type DSA^M
debug1: private host key: #1 type 2 DSA^M
debug1: read PEM private key done: type ECDSA^M
debug1: private host key: #2 type 3 ECDSA^M
debug1: read PEM private key done: type RSA^M
debug1: private host key: #3 type 1 RSA^M
debug1: setgroups() failed: Operation not permitted^M
debug1: rexec_argv[0]='/mnt/ext1/applications/pb_sshd/usr/sbin/sshd'^M
debug1: rexec_argv[1]='-f'^M
debug1: rexec_argv[2]='/mnt/ext1/applications/pb_sshd/etc/ssh/sshd_config'^M
debug1: rexec_argv[3]='-h'^M
debug1: rexec_argv[4]='/mnt/ext1/applications/pb_sshd/etc/ssh/ssh_host_key'^M
debug1: rexec_argv[5]='-h'^M
debug1: rexec_argv[6]='/mnt/ext1/applications/pb_sshd/etc/ssh/ssh_host_dsa_key'^M
debug1: rexec_argv[7]='-h'^M
debug1: rexec_argv[8]='/mnt/ext1/applications/pb_sshd/etc/ssh/ssh_host_ecdsa_key'^M
debug1: rexec_argv[9]='-h'^M
debug1: rexec_argv[10]='/mnt/ext1/applications/pb_sshd/etc/ssh/ssh_host_rsa_key'^M
debug1: rexec_argv[11]='-d'^M
debug1: rexec_argv[12]='-e'^M
Set /proc/self/oom_adj from 0 to -17^M
socket: Address family not supported by protocol^M
debug1: Bind to port 1124 on 0.0.0.0.^M
Server listening on 0.0.0.0 port 1124.^M
debug1: Server will not fork when running in debugging mode.^M
debug1: rexec start in 4 out 4 newsock 4 pipe -1 sock 7^M
/mnt/ext1/applications/pb_sshd/usr/sbin/sshd: /lib/libcrypto.so.0.9.8: no version information available (required by /mnt/ext1/applications/pb_sshd/usr/sbin/sshd)
debug1: sshd version OpenSSH_5.9p1^M
debug1: private host key: #0 type 0 RSA1^M
debug1: read PEM private key done: type DSA^M
debug1: private host key: #1 type 2 DSA^M
debug1: read PEM private key done: type ECDSA^M
debug1: private host key: #2 type 3 ECDSA^M
debug1: read PEM private key done: type RSA^M
debug1: private host key: #3 type 1 RSA^M
debug1: setgroups() failed: Operation not permitted^M
debug1: inetd sockets after dupping: 3, 3^M
Connection from 192.168.1.6 port 52222^M
debug1: Client protocol version 2.0; client software version OpenSSH_5.9^M
debug1: match: OpenSSH_5.9 pat OpenSSH*^M
debug1: Enabling compatibility mode for protocol 2.0^M
debug1: Local version string SSH-2.0-OpenSSH_5.9^M
debug1: list_hostkey_types: ssh-dss,ecdsa-sha2-nistp256,ssh-rsa^M
debug1: SSH2_MSG_KEXINIT sent^M
debug1: SSH2_MSG_KEXINIT received^M
debug1: kex: client->server aes128-ctr hmac-md5 none^M
debug1: kex: server->client aes128-ctr hmac-md5 none^M
debug1: expecting SSH2_MSG_KEX_ECDH_INIT^M
debug1: SSH2_MSG_NEWKEYS sent^M
debug1: expecting SSH2_MSG_NEWKEYS^M
debug1: SSH2_MSG_NEWKEYS received^M
debug1: KEX done^M
debug1: userauth-request for user reader service ssh-connection method none^M
debug1: attempt 0 failures 0^M
Failed none for reader from 192.168.1.6 port 52222 ssh2^M
debug1: userauth-request for user reader service ssh-connection method publickey^M
debug1: attempt 1 failures 0^M
debug1: test whether pkalg/pkblob are acceptable^M
debug1: temporarily_use_uid: 101/101 (e=101/101)^M
---------------------------------

Could be problem of the DOS/UNIX format?
or
/lib/libcrypto.so.0.9.8: no version information available?
Hr.stein is offline   Reply With Quote