Improved strongSwan and Debian server guides
This commit is contained in:
parent
deec119f01
commit
6e46d09d15
2 changed files with 14 additions and 2 deletions
|
@ -22,7 +22,7 @@ Listed: true
|
|||
|
||||
## Guide
|
||||
|
||||
### Step 1: create `server` SSH key pair (on computer)
|
||||
### Step 1: create SSH key pair (on computer)
|
||||
|
||||
When asked for file in which to save key, enter `server`.
|
||||
|
||||
|
@ -65,6 +65,8 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDP58i1vuFEe3zoHT+hZRh0YaXQY+ADa8OgBIoTji+A
|
|||
|
||||
Replace `185.112.147.115` with IP of server.
|
||||
|
||||
When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-computer).
|
||||
|
||||
```shell
|
||||
ssh root@185.112.147.115 -i ~/.ssh/server
|
||||
```
|
||||
|
@ -128,6 +130,8 @@ exit
|
|||
|
||||
Replace `185.112.147.115` with IP of server.
|
||||
|
||||
When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-computer).
|
||||
|
||||
```shell
|
||||
ssh server-admin@185.112.147.115 -i ~/.ssh/server
|
||||
```
|
||||
|
@ -304,6 +308,8 @@ exit
|
|||
|
||||
Replace `185.112.147.115` with IP of server.
|
||||
|
||||
When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-computer).
|
||||
|
||||
```shell
|
||||
ssh server-admin@185.112.147.115 -i ~/.ssh/server
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue