Posts Tagged ‘ssh’
I was on a quest to find a way to test the length of ssh public keys to ensure they all meet our requirements. Because we have several users with keys, I needed to write a script to make things far quicker. After searching google and manpages, I found a combination of `ssh-keygen` and `awk` [...]
Categories: *nix

