Skip to content

port forward not work - Key Not Found #27

Closed Answered by SajjadPourali
wanetcn asked this question in Q&A
Discussion options

You must be logged in to vote

You didn't set the encryption key in the agent configuration file, but you are going to connect to the agent with the key that you've set on the client. The agent's key should be set its config file (agent.yaml), and there is not key parameter in the token.

e.g.,:

gateway: x.x.x.x:443
token: eyJ0e....pN1c
key: nothingAtall

I think you might have misunderstood the end-to-end encryption aspect. I suggest taking another look at it.

You can also simply omit using -k to ignore use of E2EE.

I would also appreciate it if you could use more precise titles for the discussions and placing the codes/logs into a code section to make it organized.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wanetcn
Comment options

Answer selected by wanetcn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
C-question Category: User questions that are neither feature requests nor bug reports
2 participants