Rickla wrote:I got one ssh going but how can I do another without logoff? I took a gamble buying this since it seemed likemit was possible maybe not?
Hi Rickla,
Remoter does not support multiple concurrent sessions. To maintain SSH/Telnet sessions running, you can use the unix "screen" command. Simply start screen, do whatever you want to do. Close the session via Remoter.
When you reconnect, call "screen -r" to reconnect to your ongoing session.
Raf.