SSH error 114 when connect with FinalBuilder 7

Posted by mamcx on Super User See other posts from Super User or by mamcx
Published on 2010-09-05T20:57:42Z Indexed on 2011/01/03 5:55 UTC
Read the original article Hit count: 854

I'm testing FB 7 and try to connect to my Mac OS X Snow Leopard machine.

I can connect with paramiko (python SSH library) but not FB7.

The only thing I get is:

SSH error encoutered: 114

I try stopping & restarting the share session on Mac OS X.

update: I enable server debug and get this log:

debug1: sshd version OpenSSH_5.2p1
debug1: read PEM private key done: type RSA
debug1: private host key: #0 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: private host key: #1 type 2 DSA
debug1: rexec_argv[0]='/usr/sbin/sshd'
debug1: rexec_argv[1]='-Dd'
debug1: Bind to port 22 on ::.
Server listening on :: port 22.
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
debug1: fd 5 clearing O_NONBLOCK
debug1: Server will not fork when running in debugging mode.
debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
debug1: inetd sockets after dupping: 3, 3
Connection from 10.3.7.135 port 49457
debug1: Client protocol version 2.0; client software version SecureBlackbox.8
debug1: no match: SecureBlackbox.8
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.2
debug1: privsep_preauth: successfully loaded Seatbelt profile for unprivileged child
debug1: permanently_set_uid: 75/75
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client->server aes128-ctr [email protected] none
debug1: kex: server->client aes128-ctr [email protected] none
debug1: expecting SSH2_MSG_KEXDH_INIT
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user mamcx service ssh-connection method none
debug1: attempt 0 failures 0
debug1: PAM: initializing for "mamcx"
Connection closed by 10.3.7.135
debug1: do_cleanup
debug1: PAM: setting PAM_RHOST to "10.3.7.135"
debug1: do_cleanup
debug1: PAM: cleanup
debug1: audit_event: unhandled event 12

© Super User or respective owner

Related posts about osx-snow-leopard

Related posts about ssh