From 987b3ce051a6ad7e7acf44745edb961156e8ea37 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:02:50 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d8dfe9..1c2ee41 100644 --- a/README.md +++ b/README.md @@ -346,9 +346,9 @@ ssh_j foobarblahblub # Creates tunnel with specific tunnel ID ssh_j foobarblahblub 192.168.0.1 2222 # Tunnel to host 192.168.0.1 on port 2222 on the LAN ``` -Then use this command from anywhere else in the world to connect as 'root' to '5dmxf27tl4kx' (the host behind the NAT): +Then use this command from anywhere else in the world to connect as 'root' to 'foobarblahblub' (the host behind the NAT): ```sh -ssh -J 5dmxf27tl4kx@ssh-j.com root@5dmxf27tl4kx +ssh -J foobarblahblub@ssh-j.com root@foobarblahblub ``` The ssh connection goes via ssh-j.com into the reverse tunnel to the host behind NAT. The traffic is end-2-end encrypted and ssh-j.com can not see the content.