From 6ba63db043b50fe3b07f14aa6b13492faa305fe3 Mon Sep 17 00:00:00 2001 From: Richard Kovacs Date: Sun, 15 Jan 2023 11:32:08 +0100 Subject: [PATCH] Polish readme how to SSH to server B. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbd0e966..afa6b4c8 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Note that `local_port` (listened on client) and `remote_port` (exposed on server `./frpc -c ./frpc.ini` -5. From another machine, SSH to server A 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`