3 for type in rsa dsa
; do {
5 key
=/etc
/ssh
/ssh_
${type}_host_key
7 # generate missing keys
8 [ -x /usr
/bin
/ssh-keygen
] && {
9 /usr
/bin
/ssh-keygen
-N '' -t $type -f $key 2>&- >&- && exec $0 $
*
This page took 0.047346 seconds and 5 git commands to generate.