mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4950] [Feature Request] Use public/private keys instead of symmetric tokens for authentication #3902
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3902
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ImranR98 on GitHub (Aug 23, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4950
Describe the feature request
Currently, the
frpsandfrpcboth need to use the same token to talk to each other. This increases the risk of MITM attacks. It would be nice if each side could have its own public/private key pair for mutual auth.Describe alternatives you've considered
No alternatives.
Affected area
@fatedier commented on GitHub (Aug 25, 2025):
https://github.com/fatedier/frp?tab=readme-ov-file#tls
You can take a look at the document here.
@ImranR98 commented on GitHub (Aug 25, 2025):
Thanks, I didn't realize this was already possible (it wasn't the last time I checked but that was a long time ago). Should have checked more thoroughly again, sorry.
@ImranR98 commented on GitHub (Sep 14, 2025):
Is there a way to use this with https://github.com/gofrp/fp-multiuser? Couldn't find any docs for that.
@fatedier commented on GitHub (Sep 15, 2025):
These two are unrelated; just configure each one according to its respective documentation.