From 6ba95fda5f27bb2e2e246dd96083b342d4eb232a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20L=C3=B6vqvist?= Date: Thu, 19 Feb 2026 00:47:44 +0100 Subject: [PATCH] Added probes --- probe-attempt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/probe-attempt.sh b/probe-attempt.sh index 987be96..1233e21 100644 --- a/probe-attempt.sh +++ b/probe-attempt.sh @@ -1 +1,3 @@ sshpass -p 'hunter1' ssh -o IdentitiesOnly=yes -o IdentityFile=none -o PubkeyAuthentication=no -o PreferredAuthentications=password -o PasswordAuthentication=yes -o KbdInteractiveAuthentication=no -o UserKnownHostsFile=/dev/null -o GlobalKnownHostsFile=/dev/null -o StrictHostKeyChecking=no evil_person@localhost -p 2222 + +sshpass -p 'hunter1' ssh -o IdentitiesOnly=yes -o IdentityFile=none -o PubkeyAuthentication=no -o PreferredAuthentications=password -o PasswordAuthentication=yes -o KbdInteractiveAuthentication=no -o UserKnownHostsFile=/dev/null -o GlobalKnownHostsFile=/dev/null -o StrictHostKeyChecking=no git@localhost -p 2222