[GH-ISSUE #3038] [Feature Request] SSH 可以跟HTTP一样 使用不同的域名,同一个端口吗 #2429

Closed
opened 2026-05-05 13:33:39 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @rundaisc on GitHub (Jul 29, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3038

Describe the feature request

现在有多个客户端想使用ssh, 目前每开启一个客户端 ssh ,服务器就要多开放一个端口。比较难以管理, 想问问ssh ,可以跟http一样,可以使用不同的子域名来区分吗。

比如
http
a.test.com 8081
b.test.com 8081

ssh
a.test.com 8082
b.test.com 8082

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 @rundaisc on GitHub (Jul 29, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/3038 ### Describe the feature request 现在有多个客户端想使用ssh, 目前每开启一个客户端 ssh ,服务器就要多开放一个端口。比较难以管理, 想问问ssh ,可以跟http一样,可以使用不同的子域名来区分吗。 比如 http a.test.com 8081 b.test.com 8081 ssh a.test.com 8082 b.test.com 8082 ### 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
Author
Owner

@Becods commented on GitHub (Jul 29, 2022):

不能
tcp是无host头的

<!-- gh-comment-id:1199686746 --> @Becods commented on GitHub (Jul 29, 2022): 不能 tcp是无host头的
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#2429
No description provided.