grep

# This will find ssh private key
grep -rnw "PRIVATE KEY" /* 2>/dev/null | grep ":1"

Last updated