Here is the SSH server debut output:

debug2: load_server_config: filename /etc/ssh/sshd_config
debug2: load_server_config: done config len = 848
debug2: parse_server_config: config /etc/ssh/sshd_config len 848
debug3: /etc/ssh/sshd_config:28 setting HostKey /etc/ssh/ssh_host_rsa_key
debug3: /etc/ssh/sshd_config:30 setting HostKey /etc/ssh/ssh_host_ecdsa_key
debug3: /etc/ssh/sshd_config:42 setting SyslogFacility AUTHPRIV
debug3: /etc/ssh/sshd_config:44 setting LogLevel VERBOSE
debug3: /etc/ssh/sshd_config:56 setting MaxAuthTries 5
debug3: /etc/ssh/sshd_config:64 setting AuthorizedKeysFile
.ssh/authorized_keys
debug3: /etc/ssh/sshd_config:73 setting RhostsRSAAuthentication yes
debug3: /etc/ssh/sshd_config:76 setting HostbasedAuthentication yes
debug3: /etc/ssh/sshd_config:82 setting IgnoreRhosts no
debug3: /etc/ssh/sshd_config:87 setting PasswordAuthentication yes
debug3: /etc/ssh/sshd_config:91 setting ChallengeResponseAuthentication yes
debug3: /etc/ssh/sshd_config:102 setting GSSAPIAuthentication yes
debug3: /etc/ssh/sshd_config:104 setting GSSAPICleanupCredentials yes
debug3: /etc/ssh/sshd_config:120 setting UsePAM yes
debug3: /etc/ssh/sshd_config:126 setting X11Forwarding yes
debug3: /etc/ssh/sshd_config:133 setting UsePrivilegeSeparation sandbox         
debug3: /etc/ssh/sshd_config:149 setting Banner /etc/banners/sshd
debug3: /etc/ssh/sshd_config:152 setting AcceptEnv LANG LC_CTYPE
LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
debug3: /etc/ssh/sshd_config:153 setting AcceptEnv LC_PAPER LC_NAME
LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
debug3: /etc/ssh/sshd_config:154 setting AcceptEnv LC_IDENTIFICATION
LC_ALL LANGUAGE
debug3: /etc/ssh/sshd_config:155 setting AcceptEnv XMODIFIERS
debug3: /etc/ssh/sshd_config:158 setting Subsystem
sftp    /usr/libexec/openssh/sftp-server
debug1: sshd version OpenSSH_6.4, OpenSSL 1.0.1e-fips 11 Feb 2013
debug3: Incorrect RSA1 identifier
debug1: read PEM private key done: type RSA
debug3: Incorrect RSA1 identifier
debug3: Could not load "/etc/ssh/ssh_host_rsa_key" as a RSA1 public key
debug1: private host key: #0 type 1 RSA
debug3: Incorrect RSA1 identifier
debug1: read PEM private key done: type ECDSA
debug3: Incorrect RSA1 identifier
debug3: Could not load "/etc/ssh/ssh_host_ecdsa_key" as a RSA1 public key
debug1: private host key: #1 type 3 ECDSA
debug1: rexec_argv[0]='/usr/sbin/sshd'
debug1: rexec_argv[1]='-ddd'
debug1: rexec_argv[2]='-p'
debug1: rexec_argv[3]='18935'
debug3: oom_adjust_setup
Set /proc/self/oom_score_adj from 0 to -1000
debug2: fd 3 setting O_NONBLOCK
debug1: Bind to port 18935 on 0.0.0.0.
Server listening on 0.0.0.0 port 18935.
debug2: fd 4 setting O_NONBLOCK
debug3: sock_set_v6only: set socket 4 IPV6_V6ONLY
debug1: Bind to port 18935 on ::.
Server listening on :: port 18935.
debug3: fd 5 is not O_NONBLOCK
debug1: Server will not fork when running in debugging mode.
debug3: send_rexec_state: entering fd = 8 config len 848
debug3: ssh_msg_send: type 0
debug3: send_rexec_state: done
debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
debug1: inetd sockets after dupping: 3, 3
Connection from 128.149.23.102 port 60041
Did not receive identification string from 128.149.23.102


Client debug output:
x2go-INFO-8> "Starting connection to server: 127.0.0.1:18935"
x2go-ERROR-2> "Connection Error(Cannot connect to 127.0.0.1:18935):
Protocol mismatch: "





On 5/11/15, 8:01 PM, "Mihai Moldovan" <io...@ionic.de> wrote:

>On 12.05.2015 01:31 AM, Real, Elizabeth (392K) wrote:
>> HereĀ¹s the client output:
>> 
>> SSH PORT 18935:
>> 
>> 2015-05-11 16:28:58.651 x2goclient[23725:1861306] modalSession has been
>> exited prematurely - check for a reentrant call to endModalSession:
>> x2go-INFO-8> "Starting connection to server: 128.149.23.102:18935"
>> x2go-ERROR-2> "Connection Error(Cannot connect to 128.149.23.102:18935):
>> Connection refused"
>> 2015-05-11 16:29:12.653 x2goclient[23725:1861306] modalSession has been
>> exited prematurely - check for a reentrant call to endModalSession:
>
>No, that won't help.
>
>Please start sshd manually on the server, I assume it's 128.149.23.102:
>
>ssh 128.149.23.102
>/usr/sbin/sshd -ddd -p 18935
>
>
>The client must be able to connect to the server/port, so please make sure
>that's possible. For instance by avoiding the firewall via an SSH tunnel
>as
>proposed by Stefan in an earlier mail (though his command was wrong):
>
>In another shell, run this command:
>ssh -L18935:128.149.23.102:18935 128.149.23.102
>
>Then point the client to connect to
>
>127.0.0.1:18935
>
>Try to connect and post the *SSH server* debug output you should now have
>gathered in the first shell.
>
>
>
>Mihai
>
>P.S.: sorry for the intermingled stuff you have to do, but I hope the SSH
>server
>debug output will be helpful...
>

_______________________________________________
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

Reply via email to