mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2390] STCP preshared key authentication for one server and one client? #1897
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#1897
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 @yuis-ice on GitHub (May 12, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2390
I saw "Expose your service privately" on the README. In the section, it's explained that client B as a SSH server and client C as a SSH client, so there are "server", "client", "client", right? But here what I want to do is, server A as a SSH client and client B as a SSH server. This structure. Just like "Access your computer in LAN by SSH" on the README. Basically client will be required to set "sk" preshared key in order to connect to the frp server's port 7000.
So, I wonder I can or cannot do something like this? :
@fatedier commented on GitHub (Jun 8, 2021):
Not support. You should deploy frps and one frpc in the same machine.
@github-actions[bot] commented on GitHub (Jul 24, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.