Searched refs:RSA_KEY (Results 1 – 4 of 4) sorted by relevance
27 RSA_KEY=/etc/ssh/ssh_host_rsa_key64 if [ ! -s $RSA_KEY ]; then66 if $KEYGEN -q -t rsa -f $RSA_KEY -C '' -N '' >&/dev/null; then67 chmod 600 $RSA_KEY68 chmod 644 $RSA_KEY.pub
9 RSA_KEY=/data/ssh/ssh_host_rsa_key20 if [ ! -f $RSA_KEY ]; then21 /system/bin/ssh-keygen -t rsa -f $RSA_KEY -N ""22 chmod 600 /$RSA_KEY
32 RSA_KEY = '-i %s' % test_runner_utils.TEST_KEY_PATH variable78 cmd = ['scp', DUT_SCP_OPTIONS, RSA_KEY, '-v']
51 RSA_KEY = '-i %s' % test_runner_utils.TEST_KEY_PATH variable143 cmd.extend(['scp', DUT_SCP_OPTIONS, RSA_KEY, '-P', str(dut.port), '-v',