aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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)