HomeSort by relevance Sort by last modified time
    Searched refs:DSA_KEY (Results 1 - 2 of 2) sorted by null

  /external/openssh/
start-ssh 7 DSA_KEY=/data/ssh/ssh_host_dsa_key
14 if [ ! -f $DSA_KEY ]; then
15 /system/bin/ssh-keygen -t dsa -f $DSA_KEY -N ""
16 chmod 600 /$DSA_KEY
  /external/openssh/contrib/redhat/
sshd.init.old 29 DSA_KEY=/etc/ssh/ssh_host_dsa_key
95 if [ ! -s $DSA_KEY ]; then
97 if $KEYGEN -q -t dsa -f $DSA_KEY -C '' -N '' >&/dev/null; then
98 chmod 600 $DSA_KEY
99 chmod 644 $DSA_KEY.pub

Completed in 78 milliseconds