Command / Tlm Chaining through ssh tunnels. #1461
Unanswered
thesamprice
asked this question in
Q&A
Replies: 1 comment
-
No, but port forwarding using an ssh tunnel should work just fine. You would probably open the tunnel outside of COSMOS, though I guess you could shell out to ssh from the connect() method of a custom interface to create the tunnel. After that, its just standard TCP connections except you would be connecting to localhost:port instead of the remote host . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Per the docs on chaining cmd / tlm servers.
https://cosmosc2.com/docs/v4/chaining
Is there an example of setting up chaining through a ssh tunnel?
I imagine one would derive a class from ./lib/cosmos/interfaces/tcpip_client_interface.rb
On the connecting function make two ssh tunnels for command port and tlm port.
And then follow up by calling TcpipClientStream
Beta Was this translation helpful? Give feedback.
All reactions