[GH-ISSUE #4248] [Feature Request] FRPS(v0.58)不支持SSH Tunnel Gateway+STCP visitors吗 #3347

Closed
opened 2026-05-05 14:09:37 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @thinkclaves on GitHub (May 29, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4248

Originally assigned to: @blizard863 on GitHub.

Describe the feature request

由于frpc总是被各类软件查杀,所以想用SSH通过STCP实现安全地暴露内网服务。

stcp 提供放可以使用以下命令成功创建STCP提供方:
ssh -R :80:{local_ip:port} v0@{frps address} -p {frps ssh listen port} stcp --remote_port {real remote port} --proxy_name {proxy_name} --token {frp token} --sk {sk}

但是另外一端却貌似只能使用frpc来连接,不能用ssh来连接。

由于frpc总被360查杀,所以我希望stcp两端都通过ssh.exe来连接。

不知可不可行?我哪里操作有误?

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @thinkclaves on GitHub (May 29, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4248 Originally assigned to: @blizard863 on GitHub. ### Describe the feature request 由于frpc总是被各类软件查杀,所以想用SSH通过STCP实现安全地暴露内网服务。 stcp 提供放可以使用以下命令成功创建STCP提供方: `ssh -R :80:{local_ip:port} v0@{frps address} -p {frps ssh listen port} stcp --remote_port {real remote port} --proxy_name {proxy_name} --token {frp token} --sk {sk} ` 但是另外一端却貌似只能使用frpc来连接,不能用ssh来连接。 由于frpc总被360查杀,所以我希望stcp两端都通过ssh.exe来连接。 不知可不可行?我哪里操作有误? ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [X] Others
gitea-mirror 2026-05-05 14:09:37 -06:00
  • closed this issue
  • added the
    proposal
    label
Author
Owner

@fatedier commented on GitHub (May 29, 2024):

目前不支持,不确定是否可以实现。cc @blizard863

<!-- gh-comment-id:2136584876 --> @fatedier commented on GitHub (May 29, 2024): 目前不支持,不确定是否可以实现。cc @blizard863
Author
Owner

@thinkclaves commented on GitHub (Jun 1, 2024):

@fatedier 您可以评估一下,我觉得可以解决来源于frpc现在被各类杀软带来的影响。

<!-- gh-comment-id:2143444247 --> @thinkclaves commented on GitHub (Jun 1, 2024): @fatedier 您可以评估一下,我觉得可以解决来源于frpc现在被各类杀软带来的影响。
Author
Owner

@fatedier commented on GitHub (Jun 3, 2024):

@thinkclaves 依赖 ssh 的实现只能支持非常有限的功能,如果不能和现有架构完全匹配的话,就不会在这方面过多考虑。否则相当于另外写一个项目了。

<!-- gh-comment-id:2144166703 --> @fatedier commented on GitHub (Jun 3, 2024): @thinkclaves 依赖 ssh 的实现只能支持非常有限的功能,如果不能和现有架构完全匹配的话,就不会在这方面过多考虑。否则相当于另外写一个项目了。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3347
No description provided.