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

  /external/openssh/
start-ssh 9 RSA_KEY=/data/ssh/ssh_host_rsa_key
20 if [ ! -f $RSA_KEY ]; then
21 /system/bin/ssh-keygen -t rsa -f $RSA_KEY -N ""
22 chmod 600 /$RSA_KEY
  /external/openssh/contrib/redhat/
sshd.init.old 28 RSA_KEY=/etc/ssh/ssh_host_rsa_key
80 if [ ! -s $RSA_KEY ]; then
82 if $KEYGEN -q -t rsa -f $RSA_KEY -C '' -N '' >&/dev/null; then
83 chmod 600 $RSA_KEY
84 chmod 644 $RSA_KEY.pub

Completed in 1229 milliseconds