Skip to content

Commit ee5d44b

Browse files
authored
Update README.md
1 parent a4470ed commit ee5d44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Find out who is trying to SSH into your Linux system:
107107

108108
```
109109
❯ sudo journalctl --unit ssh --since "1 hour ago" | \
110-
grep 'Bye Bye' | perl -wlne '/from ([\d\.]+)/ && print $1' | sort | uniq | \
111-
checkip 2> /dev/null
110+
grep 'Bye Bye' | perl -wlne '/from ([\d\.]+)/ && print $1' | sort | uniq | \
111+
checkip 2> /dev/null
112112
--- 167.172.105.64 ---
113113
db-ip.com Frankfurt am Main, Germany
114114
iptoasn.com DIGITALOCEAN-ASN

0 commit comments

Comments
 (0)