From 56558f635d1caf18240727f0489a8e23636ad11f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 23 Jan 2019 12:07:04 +0100 Subject: Update README.md --- docs/trusty/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/trusty/README.md b/docs/trusty/README.md index 567c7f6f4..ff02b332c 100644 --- a/docs/trusty/README.md +++ b/docs/trusty/README.md @@ -89,7 +89,7 @@ set -eux # Mount debugfs for KCOV. echo "debugfs /sys/kernel/debug debugfs defaults 0 0" >> $1/etc/fstab # Generate and install ssh key. -rm key key.pub +rm -f key key.pub ssh-keygen -f key -t rsa -N "" mkdir -p $1/root/.ssh cp key.pub $1/root/.ssh/authorized_keys -- cgit mrf-deployment