Skip to content

Commit

Permalink
ssh/minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Nov 17, 2024
1 parent c7591cf commit 2496eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2496eab

Please sign in to comment.