mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
feat: ssh doc (#3841)
* feat: add example * feat: add ssh doc --------- Co-authored-by: int7 <int7@gmail.com>
This commit is contained in:
parent
e66e77cb8f
commit
e7652f4ccc
3 changed files with 211 additions and 0 deletions
|
|
@ -143,6 +143,14 @@ udpPacketSize = 1500
|
|||
# Retention time for NAT hole punching strategy data.
|
||||
natholeAnalysisDataReserveHours = 168
|
||||
|
||||
# ssh tunnel gateway
|
||||
# If you want to enable this feature, the bindPort parameter is required, while others are optional.
|
||||
# By default, this feature is disabled. It will be enabled if bindPort is greater than 0.
|
||||
# sshTunnelGateway.bindPort = 2200
|
||||
# sshTunnelGateway.privateKeyFile = "/home/frp-user/.ssh/id_rsa"
|
||||
# sshTunnelGateway.autoGenPrivateKeyPath = ""
|
||||
# sshTunnelGateway.authorizedKeysFile = "/home/frp-user/.ssh/authorized_keys"
|
||||
|
||||
[[httpPlugins]]
|
||||
name = "user-manager"
|
||||
addr = "127.0.0.1:9000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue