aboutsummaryrefslogtreecommitdiffstats
path: root/docs/netbsd
diff options
context:
space:
mode:
authorSiddharth M <siddharth.muralee@gmail.com>2019-02-12 17:10:02 +0530
committerDmitry Vyukov <dvyukov@google.com>2019-02-12 14:03:05 +0100
commit6ecc6d0f7a55902fe3efbb519ce9ef5e13f15a92 (patch)
treebf73fc01ef848782409e52ced621ecd5477ec7b4 /docs/netbsd
parentb23b81cbe4f923498bd61852d4f6a197eb445a3e (diff)
Add keyname and empty passphrase
Diffstat (limited to 'docs/netbsd')
-rw-r--r--docs/netbsd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/netbsd/README.md b/docs/netbsd/README.md
index 207866d82..382bac4b6 100644
--- a/docs/netbsd/README.md
+++ b/docs/netbsd/README.md
@@ -54,7 +54,7 @@ configure ssh.
1. Create a ssh-keypair on the host and save it as `netbsdkey`.
```sh
- $ ssh-keygen -t rsa
+ $ ssh-keygen -f netbsdkey -t rsa -N ""
```
2. Append the following lines to `/etc/rc.conf` on the guest. (use `vi` editor)