RH7 server: setup debug and set sshd port 18935
Client: configured x2goclient to connect to port 18935 but got connection refused 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"
On 5/7/15, 12:41 PM, "Mihai Moldovan" <ionic@ionic.de> wrote:
On 06.05.2015 11:55 PM, Real, Elizabeth (392K) wrote:
Any other ideas?
No new information and you have done nothing wrong.
Looks like you will need to get your hands dirty.
Please start sshd manually as root on the RH 7 machine:
sudo sshd -ddd -p 18935
It should be running in the foreground, outputting debug information and listening on port 18935 (feel free to change this to whatever you feel suitable, it doesn't matter as long it as the port is unused and not colling with anything else you might use.
Then, configure x2goclient to connect to that port and start a session.
You should see additional debug information printed by sshd... hopefully hinting at what might have gone awry.
Mihai