Replies: 1 comment 1 reply
|
No multiple Piko endpoints can use the same port |
1 reply
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.
Hi @andydunstall , I have a question about using TCP with the Piko agent and server. When leveraging TCP, is it necessary to allocate separate ports?
For instance, if there are two Piko agents on different machines and I want to connect to them over SSH (default port 22), how would a client connect? Would the connection use port 22 with a specific hostname for each agent, or would each advertised agent name require a unique port number?
All reactions