Hi
Did you try to copy /etc/nxserver/client.id_dsa.key to somewhere outside your LAN and then try to do a remote ssh login like this:
Code:
ssh -p 12345 nx@your.server -i client.id_dsa.key
? You should be asked no password and be presented with this text:
Quote:
HELLO NXSERVER - Version 1.4.0-44 OS (GPL)
NX> 105
|
If not, something is wrong at the ssh / account level. If yes, did you enable debugging by setting
Code:
SESSION_LOG_CLEAN=0
NX_LOG_LEVEL=6
and then look at the session information that is left behind? Look in your ~/.nx/C-<hostname>-<display>-<session_id>
directory.
Eric