From d56e1f153f0373106ec1cba7fc3b2da6c77263ab Mon Sep 17 00:00:00 2001 From: sad Date: Mon, 10 Jul 2023 04:33:54 +0000 Subject: [PATCH] Update 'readme.md' --- readme.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 5e409f6..0a2fc69 100644 --- a/readme.md +++ b/readme.md @@ -10,13 +10,18 @@ to run ./main ``` + +then you may login: +``` +ssh root@localhost -p 1337 +``` +with password `segfault` + This currently allows other servers to act like a proxy jumphost to segfault, allowing certain networks that might block access to segfault to connect. Currently it has a flaw of workstation IP being the same as the jump, allowing for abuse on the jump host. -"might be possible to relay original ip of client from jump host to segfault using a env variable +> "might be possible to relay original ip of client from jump host to segfault using a env variable" -- - -but a trust relationship would have to be first established between the said jump host and segfault" +> "but a trust relationship would have to be first established between the said jump host and segfault"