mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2207] use_encryption = true -> SSH fails #1758
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#1758
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 @asheroto on GitHub (Jan 21, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2207
Version: 0.3.0
OS: Win 10
CPU architecture: 64-bit
FRPS config:
FRPC config:
I have an SSH server on my client at port 22. I cannot connect over port 6000 on my server. If I take out use_encryption it works fine.
@yuyulei commented on GitHub (Jan 22, 2021):
use_encryptionandtls_enableare totally different.tls_enableis applied to workConn,use_encryptionis applied to proxy.I have tried your configs, but it works no matter what
use_encryptionis. So may you provide more details(cmd, log, etc.) ?@asheroto commented on GitHub (Jan 22, 2021):
Thanks for the info. Would it be fair to say that using
use_encryptionis sufficient enough to prevent against interception/bad actors? How exactly is it encrypted? Public key encryption?For some reason it's working now, I must have had a typo. I'll close this after your reply.
@fatedier commented on GitHub (Jan 25, 2021):
@asheroto
use_encryptiononly encrypt your proxy connection data withaes-128-cfb, not includingLoginmessage.Use
tls_enableinstead if you want to encrypt all data between frpc and frps. It supports public key encryption.@asheroto commented on GitHub (Jan 25, 2021):
@fatedier thank you
I'll close this request.