diff options
| author | Siddharth M <siddharth.muralee@gmail.com> | 2019-02-12 17:10:02 +0530 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-02-12 14:03:05 +0100 |
| commit | 6ecc6d0f7a55902fe3efbb519ce9ef5e13f15a92 (patch) | |
| tree | bf73fc01ef848782409e52ced621ecd5477ec7b4 /docs/netbsd | |
| parent | b23b81cbe4f923498bd61852d4f6a197eb445a3e (diff) | |
Add keyname and empty passphrase
Diffstat (limited to 'docs/netbsd')
| -rw-r--r-- | docs/netbsd/README.md | 2 |
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) |
