Allow setting the destination port in "dowkd host"
[dowkd.git] / gen / dev-ssh.sh
blob568fbd5df879303c04ed35ed8967a9aec67a5eea
1 #!/bin/bash
3 export LC_ALL=C
5 find "$@" -name '*.pub' -print | sort | while read file ; do
6 ssh-keygen -l -f "$file" | cut -d ' ' -f2 | tr -d :
7 done