Added missing command to strongSwan guide
This commit is contained in:
parent
87d5ab7585
commit
5b1f3b2687
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue