website
[mirrors/Programs.git] / c / troll23 / sshkeys.sh
1 #!/bin/sh
2 ssh-keygen -P '' -f ssh-a.key >/dev/null
3 ssh-keygen -P '' -f ssh-b.key >/dev/null
4 md5sum ssh-?.key ssh-?.key.pub
5 rm ssh-?.key ssh-?.key.pub
This page took 0.335891 seconds and 4 git commands to generate.