View Single Post
Old 06-11-2017, 10:41 AM   #89
Peter16
Junior Member
Peter16 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2011
Device: Pocketbook Touch HD
Problem with Touch HD (PB631)

Hi,
I can not get working pbsshd_1.3_fwv5.zip on a Pocketbook Touch HD Modell 631 with Software: U631.5.16.479 from 20170309_134205

I created with file 'create-keys' a new key pair, copied to computer (win10) and converted the private to a ppk with puttykeygen. But with putty and WinSCP I get an error: bad service request ssh-connection
I activated in sshd_start the debug log, which is below.
Can someone help?
Thanks,
Peter
Code:
debug1: sshd version OpenSSH_5.9p1
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type DSA
debug1: private host key: #1 type 2 DSA
debug1: read PEM private key done: type ECDSA
debug1: private host key: #2 type 3 ECDSA
debug1: read PEM private key done: type RSA
debug1: private host key: #3 type 1 RSA
debug1: setgroups() failed: Operation not permitted
debug1: rexec_argv[0]='/mnt/ext1/applications/pb_sshd/usr/sbin/sshd'
debug1: rexec_argv[1]='-f'
debug1: rexec_argv[2]='/mnt/ext1/applications/pb_sshd/etc/ssh/sshd_config'
debug1: rexec_argv[3]='-h'
debug1: rexec_argv[4]='/mnt/ext1/applications/pb_sshd/etc/ssh/ssh_host_key'
debug1: rexec_argv[5]='-h'
debug1: rexec_argv[6]='/mnt/ext1/applications/pb_sshd/etc/ssh/ssh_host_dsa_key'
debug1: rexec_argv[7]='-h'
debug1: rexec_argv[8]='/mnt/ext1/applications/pb_sshd/etc/ssh/ssh_host_ecdsa_key'
debug1: rexec_argv[9]='-h'
debug1: rexec_argv[10]='/mnt/ext1/applications/pb_sshd/etc/ssh/ssh_host_rsa_key'
debug1: rexec_argv[11]='-d'
debug1: rexec_argv[12]='-e'
Set /proc/self/oom_score_adj from -1000 to -1000
socket: Address family not supported by protocol
debug1: Bind to port 1124 on 0.0.0.0.
Server listening on 0.0.0.0 port 1124.
debug1: Server will not fork when running in debugging mode.
debug1: rexec start in 4 out 4 newsock 4 pipe -1 sock 7
debug1: sshd version OpenSSH_5.9p1
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type DSA
debug1: private host key: #1 type 2 DSA
debug1: read PEM private key done: type ECDSA
debug1: private host key: #2 type 3 ECDSA
debug1: read PEM private key done: type RSA
debug1: private host key: #3 type 1 RSA
debug1: setgroups() failed: Operation not permitted
debug1: inetd sockets after dupping: 3, 3
Connection from 192.168.121.25 port 2080
debug1: Client protocol version 2.0; client software version PuTTY_Release_0.65
debug1: no match: PuTTY_Release_0.65
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9
debug1: list_hostkey_types: ssh-dss,ecdsa-sha2-nistp256,ssh-rsa
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client->server aes256-ctr hmac-sha2-256 none
debug1: kex: server->client aes256-ctr hmac-sha2-256 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received
WARNING: /usr/local/etc/moduli does not exist, using fixed modulus
debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: bad service request ssh-connection
Disconnecting: bad service request ssh-connection
debug1: do_cleanup
Peter16 is offline   Reply With Quote