From 2496eab3d8d43295578f9f5cc52c82ca50b704b9 Mon Sep 17 00:00:00 2001
From: nuo <49533950+nuoxoxo@users.noreply.github.com>
Date: Sun, 17 Nov 2024 17:33:16 +0100
Subject: [PATCH] ssh/minor

---
 ssh.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh.sh b/ssh.sh
index ea58a17..bd38782 100755
--- a/ssh.sh
+++ b/ssh.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 
-ssh level04@$(ifconfig | grep 'inet ' | awk 'NR==2 {print $2}') -p 4242
+ssh level00@$(ifconfig | grep 'inet ' | awk 'NR==2 {print $2}') -p 4242