mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 09:13:56 +00:00
Added missing command to strongSwan guide
This commit is contained in:
parent
87d5ab7585
commit
5b1f3b2687
@ -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…
x
Reference in New Issue
Block a user