feat: ssh doc (#3841)

* feat: add example

* feat: add ssh doc

---------

Co-authored-by: int7 <int7@gmail.com>
This commit is contained in:
0x7fff
2023-12-14 20:32:40 +08:00
committed by GitHub
parent e66e77cb8f
commit e7652f4ccc
3 changed files with 211 additions and 0 deletions

View File

@@ -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"