repo.or.cz
/
dowkd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Redirect standard input in safe_backtick_stderr
[dowkd.git]
/
gen
/
dev-ssh.sh
blob
568fbd5df879303c04ed35ed8967a9aec67a5eea
1
#!/bin/bash
2
3
export
LC_ALL
=
C
4
5
find
"$@"
-name
'*.pub'
-print
|
sort
|
while
read
file
;
do
6
ssh-keygen
-l -f
"
$file
"
| cut
-d
' '
-f2
|
tr
-d
:
7
done