Skip to content

Commit

Permalink
Add hash tag to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
northox committed Mar 22, 2015
1 parent ac4e0f4 commit 3da43ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssh-keyscan2sshfp
Expand Up @@ -5,8 +5,8 @@
# license: public domain

echo "####################################################"
echo "Should not be used unless you can really trust your"
echo "network... but who can?!?"
echo "# Should not be used unless you can really trust your"
echo "# network... but who can?!?"
echo "####################################################"

sigs=`ssh-keyscan -t ecdsa,dsa,rsa,ed25519 $* 2> /dev/null`
Expand Down

0 comments on commit 3da43ea

Please sign in to comment.