Added missing command to strongSwan guide

This commit is contained in:
Sun Knudsen 2020-08-14 15:23:58 -04:00
parent 87d5ab7585
commit 5b1f3b2687
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -30,7 +30,10 @@ For increased security, protect private key using strong passphrase.
When asked for file in which to save key, enter `vpn-server`. When asked for file in which to save key, enter `vpn-server`.
```console ```console
$ mkdir -p ~/.ssh
$ cd ~/.ssh $ cd ~/.ssh
$ ssh-keygen -t rsa -C "vpn-server" $ ssh-keygen -t rsa -C "vpn-server"
Generating public/private rsa key pair. Generating public/private rsa key pair.
Enter file in which to save the key (/Users/sunknudsen/.ssh/id_rsa): vpn-server Enter file in which to save the key (/Users/sunknudsen/.ssh/id_rsa): vpn-server