search for: nxssh

Displaying 9 results from an estimated 9 matches for "nxssh".

2010 Apr 24
1
Update on "non-dying" nx connections over unreliable network
Dear Sirs & Madams: Thank you so much for your help. To remind, my situation is a wireless connection that is unreliable, where: (a) upon disconnect, !M's nxclient does not recognize connection death (b) after I manually kill nxssh and reconnect, reconnection takes some time. My idea: intercept myself in between NX client and server - detect connection drop, and reconnect. This is proving quite difficult. My prototype is here. For now, I have dropped all encryption. http://people.hnl.bcm.edu/misha/tmp/nx.zip You will find...
2010 Apr 21
2
prototype of simple NX client with auto-resuming ssh session
...ll: --- Summary, especially for openssh list (to test/reproduce): THANK YOU for all your help. Please extract into /home/username/nx on both host and client. cp ssh to a file named mxssh in that directory. Run (with an _n_ below) Start server on the remote host by typing ./server & Now do: ./nxssh hostname If you killall client on the remote end, it reconnects "seamlessly" (I am using this to simulate ServerAliveInterval). However, if I do this from _within_ the nxclient program it _detects_ my disconnect even though the thread is still running (I believe). Any ideas? Thank you...
2010 Apr 18
4
OpenSSH with "resumable" functionality
...e the following functionality in OpenSSH: (i) upon "timeout" of connection (say 2-5 seconds) disconnect (ii) keep trying to reconnect (iii) upon reconnection, resume session exactly where started I realize GNU screen solves (iii), although I am interested in a slightly different purpose (nxssh vs openssh). However, I am confused as to (i). Any help much appreciated. Please reply-all Thank you Misha
2010 Sep 18
3
NX and CentOS 5.5?
...... ? I am running CentOS 5.5 in command line only.? Reason being I am standing up an IDS system on it.? ? I have installed the NX client/node and server pkgs.? I have installed the NX client for windows on a Vista box.?? When I attemtp to connect from the Vista to CentOS, I get this: ? NX> 203 NXSSH running with pid: 22080 NX> 285 Enabling check on switch command NX> 285 Enabling skip of SSH config files NX> 285 Setting the preferred NX options NX> 200 Connected to address: 192.168.1.70 on port: 22 NX> 202 Authenticating user: nx NX> 208 Using auth method: publickey NX> 20...
2006 Jan 23
2
freenx
...ried both /etc/nxserver/client/client.id_dsa.key and /var/lib/nxserver/home/.ssh/client.id_dsa.key copied them to my workstation and then used the 'import' function in nxclient to import the keys and try to connect and always get the following detail when I failed to connect... NX> 203 NXSSH running with pid: 21106 NX> 285 Enabling check on switch command NX> 285 Enabling skip of SSH config files NX> 200 Connected to address: 192.168.2.1 on port: 22 NX> 202 Authenticating user: nx NX> 208 Using auth method: publickey NX> 204 Authentication failed. what's the tric...
2005 Dec 28
2
cant get X on domainU
...on domain 0 tried to connect with gnome terminal server client using vnc but connection gets refused 3 freenx install freenx on domainU, nxclient on domain0, added user, setup password. when try to connect i cant get past authentication completed message. here is the log NX> 203 NXSSH running with pid: 18470 NX> 285 Enabling check on switch command NX> 285 Enabling skip of SSH config files NX> 200 Connected to address: 192.168.1.110 on port: 22 NX> 202 Authenticating user: nx NX> 208 Using auth method: publickey HELLO NXSERVER - Version 1.4.0-45-SVN OS...
2010 Aug 15
4
FreeNx doesn't work?
I have installed freenx with this article http://wiki.centos.org/HowTos/FreeNX but when I use freenx-client on windows to connect to server, I always get an "freenx Authentication failed." client err log output as this: NX> 203 NXSSH running with pid: 1584 NX> 285 Enabling check on switch command NX> 285 Enabling skip of SSH config files NX> 285 Setting the preferred NX options NX> 200 Connected to address: 192.168.253.5 on port: 22 NX> 202 Authenticating user: nx NX> 208 Using auth method: publickey NX> 20...
2007 Apr 25
2
Having trouble with FreeNX, Need help to make it work perfectly
...ow automatically closed (in quite a violent way with error msg). Then the server reboot. After the reboot, I try to reconnect to Server again using NX. But this time it fails with the following message. ==================================================================================== NX> 203 NXSSH running with pid: 5940 NX> 285 Enabling check on switch command NX> 285 Enabling skip of SSH config files NX> 285 Setting the preferred NX options NX> 200 Connected to address: 192.168.1.5 on port: 22 NX> 202 Authenticating user: nx NX> 208 Using auth method: publickey HELLO NXSER...
2010 Apr 21
0
ServerAliveInterval exit code?
Dear Sirs: Thank you so much for your help. I have now created both the client and server for resumable nx sessions using the ServerAliveInterval option to disconnect after several seconds of server inaccessibility. I am now working on an nxssh "substitute", which at this point seems fairly straightforward. However, when I spawn ssh, I need to know whether: (a) it exited because of ServerAliveInterval, and I should re-connect or (b) it exited for some other reason (session finished). Is there, by any chance, some way I could d...