-
@NatLee Since I want to use a different SSH client/server implementation (maybe will be in GO). I'll post some test result if I make some progress. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The endpoint exclusively utilises SSH or AutoSSH, which is essentially the same as SSH, to connect to our Telepy SSH server. Endpoint --- Tunnel (SSH) forwards to an empty port in SSH server ---> Telepy SSH server When using the Telepy Web server in the Web terminal, the Telepy SSH server acts as a proxy server and connects to the endpoint server. Web Terminal -- SSH Proxy --> Telepy SSH server -- SSH connect to localhost --> Endpoint As the user is on the endpoint, we cannot simply list them. In my opinion, by implementing the endpoint tool, the system can just use local user and notify the Telepy Web server to retrieve it.🤩 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply, this answered my question! |
Beta Was this translation helpful? Give feedback.
The endpoint exclusively utilises SSH or AutoSSH, which is essentially the same as SSH, to connect to our Telepy SSH server.
Endpoint --- Tunnel (SSH) forwards to an empty port in SSH server ---> Telepy SSH server
When using the Telepy Web server in the Web terminal, the Telepy SSH server acts as a proxy server and connects to the endpoint server.
Web Terminal -- SSH Proxy --> Telepy SSH server -- SSH connect to localhost --> Endpoint
As the user is on the endpoint, we cannot simply list them.
In my opinion, by implementing the endpoint tool, the system can just use local user and notify the Telepy Web server to retrieve it.🤩