Displaying 2 results from an estimated 2 matches for "mxssh".
Did you mean:
nxssh
2010 Apr 24
1
Update on "non-dying" nx connections over unreliable network
...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:
nx/comps - compiles server (setuid root currently)
nx/compc - compiles client (moves old one to mxssh and replaces)
Host name and port are hardcoded at the moment. To test:
ssh server
cd nx
./server
Then connect on the client using !M's client.
Unfortunately, I seem to have ended up with a glorified way of peeking at the NX authentication connection (please see included logs in
ZIP file, pa...
2010 Apr 21
2
prototype of simple NX client with auto-resuming ssh session
Dear All:
---
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 n...