mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2859] Can't connect to local service #2283
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#2283
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 @Parmicciano on GitHub (Mar 19, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2859
Bug Description
Hello,
I'm trying to set up frp to connect an ec2 instance with an ubuntu virtual machine and i get the following error :
[E] proxy.go
[ssh]connect to local service [127.0.0.1:22] error : dial tcp 127.0.0.1:22 connect : connection refused
I've followed the basic tutorial in the readme
frpc Version
0.40.0
frps Version
0.40.0
System Architecture
linux/amd64
Configurations
Ubuntu vm inside a windows computer that connect to an EC2 instance with a public ip (AWS)
Logs
[E] proxy.go
[ssh]connect to local service [127.0.0.1:22] error : dial tcp 127.0.0.1:22 connect : connection refused
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Mar 20, 2022):
Please check if 127.0.0.1:22 can be accessed under normal circumstances
ssh root@127.0.0.1@Parmicciano commented on GitHub (Mar 20, 2022):
It seems that it cant be accessed
@Becods commented on GitHub (Mar 20, 2022):
Then it's your ssh problem, not frp's business, you can close this issue now
@yunyuyuan commented on GitHub (Dec 19, 2022):
Myabe you need start
sshdsudo systemctl status sshdsudo systemctl start sshd