mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2476] privilege_token 连接 #1965
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#1965
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 @we6607 on GitHub (Jul 9, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2476
版本:FRPS 0.37.0
操作系统:windows serve 2008r2
frps.ini 服务配置
[common]
bind_port = 7000
privilege_token = HJKjkj12021
frpc.ini 客户配置
[common]
server_addr = 47.107.*.**
server_port = 7000
privilege_token = HJKjkj1200088
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 6000
问题反馈!!!!
frps.ini上配置的秘钥
privilege_token = HJKjkj12021
frpc.ini上配置的秘钥
privilege_token = HJKjkj1200088
privilege_token =
秘钥都不一致为什么都可以连接成功?
2021/07/09 11:34:01 [I] [proxy.go:162] [8541283ec4941307] [ssh] get a user conne
ction [47.107..:49184]
是不是我的ps和pc端加密连接写法格式不对??
那正确写法格式服务端和客户端加密连接写法有样本吗??谢谢!!
@fakeboboliu commented on GitHub (Jul 9, 2021):
privilege_tokenhas been replaced bytokensince April 2018. ref@blizard863 commented on GitHub (Jul 26, 2021):
可以看下你这个版本的最全配置, 应该是没有你说的 privilege_token 了。
https://github.com/fatedier/frp/blob/v0.37.0/conf/frps_full.ini
@github-actions[bot] commented on GitHub (Aug 26, 2021):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.