diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-23 12:07:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-23 12:07:04 +0100 |
| commit | 56558f635d1caf18240727f0489a8e23636ad11f (patch) | |
| tree | c3cb59fff8e3f3c36c2241fcd175b91e039dd70d /docs/trusty | |
| parent | e3bc2f2b5ab48f9fc96628c2cd2abf984c8baeb3 (diff) | |
Update README.md
Diffstat (limited to 'docs/trusty')
| -rw-r--r-- | docs/trusty/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
