Advertisement
seagullchris93

Untitled

Aug 21st, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for f in $(ls !(*.pub))
  4. do
  5. ssh-keygen -l -f $f | cut -c 13- >> /home/chris/Desktop/DSAcurrentblacklist.DSA-1024
  6. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement