mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3946] ssh登陆失败 #3135
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#3135
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 @SJTUHGX on GitHub (Jan 24, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3946
Bug Description
在公网机器:./frps -c ./frps.toml
返回的是frps starts sucessfully,new proxy[ssh] type [tcp] success等成功信息
在内网机器:./frpc -c ./frpc.toml
返回的是login to server success,get run id[xxxxx]
proxy added:[ssh]
[ssh] start proxy success等成功信息
ssh -o Port=6000 内网机器用户名:公网机器IP
但ssh的连接总是被拒绝,返回信息
Could not connet to “公网机器IP”(port 6000):connection field
frpc Version
0.53.2
frps Version
0.53.2
System Architecture
linux/amd64
Configurations
公网机器上:
bindPort = 7000
内网机器上:
serverAddr = "公网机器的IP"
serverPort = 7000
proxies
name = "ssh"
type = "tcp"
localIP = "内网机器的IP"
localPort = 22
remotePort = 在公网机器开启的6000端口
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Jan 28, 2024):
frps 所在网络 开放 6000 端口
@touale commented on GitHub (Feb 17, 2024):
也许和你的安全组策略有关
@SJTUHGX commented on GitHub (Feb 18, 2024):
可能是系统的原因,我重装了系统,问题就解决了。
发自我的iPhone
------------------ 原始邮件 ------------------
发件人: touale @.>
发送时间: 2024年2月17日 12:53
收件人: fatedier/frp @.>
抄送: SJTUHGX @.>, Author @.>
主题: Re: [fatedier/frp] ssh登陆失败 (Issue #3946)
也许和你的安全组策略有关
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>
@SJTUHGX commented on GitHub (Feb 18, 2024):
谢谢,问题已经解决了。
发自我的iPhone
------------------ 原始邮件 ------------------
发件人: xqzr @.>
发送时间: 2024年1月28日 23:59
收件人: fatedier/frp @.>
抄送: SJTUHGX @.>, Author @.>
主题: Re: [fatedier/frp] ssh登陆失败 (Issue #3946)
frps 所在网络 开放 6000 端口
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>