mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4014] 多个 SSH 服务复用同一端口,运行报错 #3176
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#3176
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 @fsleo on GitHub (Feb 21, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4014
Bug Description
ssh -o 'proxycommand socat - PROXY:106.55.x.x:%h:%p,proxyport=5002' pi@pi.dev.cn
另外customDomains这个是一定要做a记录的域名吗?
frpc Version
0.54.0
frps Version
0.54.0
System Architecture
linux/aarch64
Configurations
frps.toml:
bindPort = 7000
tcpmuxHTTPConnectPort = 5002
frpc.toml:
serverAddr = "106.55.x.x"
serverPort = 7000
proxies
name = "ssh1"
type = "tcpmux"
multiplexer = "httpconnect"
customDomains = ["pi.dev.cn"]
localIP = "127.0.0.1"
localPort = 22
Logs
zsh:1: command not found: socat
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535
Steps to reproduce
ssh -o 'proxycommand socat - PROXY:106.55.x.x:%h:%p,proxyport=5002' pi@pi.dev.cn
Affected area
@github-actions[bot] commented on GitHub (Mar 14, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@hby07 commented on GitHub (Jun 25, 2024):
必须安装socat才能正常工作
域名可以是任意的
@henryzhuhr commented on GitHub (Apr 22, 2025):
想问一下,除了
socat,还有其他的方式吗,win上好像对 socat 的支持不是很友好