sshb0t icon indicating copy to clipboard operation
sshb0t copied to clipboard

Add support for ignoring keys

Open mafredri opened this issue 7 years ago • 0 comments

Hi,

I wanted to exclude one key from GitHub that I don't use for remote server SSH, here's a simple implementation that does string matching on a per-line basis.

This would allow --ignore ssh-ed25519 to ignore all ed25519 keys (for whatever reason 🙄) and --ignore "ssh-ed25519 AAAA...." to ignore a specific key.

Let me know if it's not a good fit or you want me to change something 😄.

mafredri avatar Nov 05 '18 16:11 mafredri