From 6ecc6d0f7a55902fe3efbb519ce9ef5e13f15a92 Mon Sep 17 00:00:00 2001 From: Siddharth M Date: Tue, 12 Feb 2019 17:10:02 +0530 Subject: Add keyname and empty passphrase --- docs/netbsd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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) -- cgit mrf-deployment