mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2800] How can a client connect to a server through ssh-key? #2241
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#2241
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 @cqiwencom on GitHub (Feb 14, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2800
Describe the feature request
How can a client connect to a server through ssh-key?
My VM server uses ssh-key. When the client connects to the server through SSH, you need to specify the local ssh-key path.Do you have the corresponding configuration parameters in the frpc.ini file?
Describe alternatives you've considered
I think we can add a parameter:
[common]
server_addr = x.x.x.x
server_port = 7000
ssh-key = ssh-key-server01.key
Affected area
@fatedier commented on GitHub (Feb 15, 2022):
frp don't use ssh protocol. You don't need ssh-key to connect your frps.
@packet-sent commented on GitHub (Mar 2, 2022):
If you want to use SSH for proxying then frp isn't the solution but you can just start a local proxy server on the client and ssh to a server with a remote forward port of the local server for it to be accessible by the SSH server.
@github-actions[bot] commented on GitHub (Apr 2, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.