We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4470ed commit ee5d44bCopy full SHA for ee5d44b
README.md
@@ -107,8 +107,8 @@ Find out who is trying to SSH into your Linux system:
107
108
```
109
❯ 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
+ grep 'Bye Bye' | perl -wlne '/from ([\d\.]+)/ && print $1' | sort | uniq | \
+ checkip 2> /dev/null
112
--- 167.172.105.64 ---
113
db-ip.com Frankfurt am Main, Germany
114
iptoasn.com DIGITALOCEAN-ASN
0 commit comments