Mostly Linux & Python syntax notes and hyperlinks.

Wednesday, December 1, 2010

Linux: Getting a list of known hosts without all the key stuff


cut -d ' ' -f 1 ~/.ssh/known_hosts

No comments:

Post a Comment