Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created April 22, 2011 17:10
Show Gist options
  • Select an option

  • Save fapestniegd/937111 to your computer and use it in GitHub Desktop.

Select an option

Save fapestniegd/937111 to your computer and use it in GitHub Desktop.
whitejs@eir:~$ for h in odin freyr thor vili loki; do echo -n "$h: "; ssh root@${h}.websages.com md5sum /home/bradejr/.ssh/authorized_keys; done
odin: 5a51400ed6ba225022f2b62764d133ba /home/bradejr/.ssh/authorized_keys
freyr: f7ebf35855558da6c485087e3a638ef3 /home/bradejr/.ssh/authorized_keys
thor: 4e4ce34f2b00cb562e812afb10f84516 /home/bradejr/.ssh/authorized_keys
vili: 4e4ce34f2b00cb562e812afb10f84516 /home/bradejr/.ssh/authorized_keys
loki: 4e4ce34f2b00cb562e812afb10f84516 /home/bradejr/.ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment