1
1
mirror of https://github.com/fatedier/frp.git synced 2025-07-07 07:50:10 +02:00

Fix basic example server to join in readme ()

This commit is contained in:
Richard Kovacs
2023-01-15 12:15:48 +01:00
committed by GitHub
parent ad3548d332
commit 0eecab06c1

@ -143,7 +143,7 @@ Note that `local_port` (listened on client) and `remote_port` (exposed on server
`./frpc -c ./frpc.ini` `./frpc -c ./frpc.ini`
5. From another machine, SSH to server B like this (assuming that username is `test`): 5. From another machine, SSH to server B via server A like this (assuming that username is `test`):
`ssh -oPort=6000 test@x.x.x.x` `ssh -oPort=6000 test@x.x.x.x`