diff --git a/how-to-configure-hardened-debian-server/README.md b/how-to-configure-hardened-debian-server/README.md index ed53a69..d53fa37 100644 --- a/how-to-configure-hardened-debian-server/README.md +++ b/how-to-configure-hardened-debian-server/README.md @@ -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 ``` diff --git a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md index 3d42da4..742d8c4 100644 --- a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md +++ b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md @@ -27,7 +27,7 @@ Listed: true ## Guide -### Step 1: create `vpn-server` SSH key pair (on Mac) +### Step 1: create SSH key pair (on Mac) When asked for file in which to save key, enter `vpn-server`. @@ -70,6 +70,8 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu4k9OcJlatGgUoo41m18Hekv+nSHq1w7qcuAuOZWL Replace `185.193.126.203` with IP of server. +When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-mac). + ```shell ssh root@185.193.126.203 -i ~/.ssh/vpn-server ``` @@ -133,6 +135,8 @@ exit Replace `185.193.126.203` with IP of server. +When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-mac). + ```shell ssh vpn-server-admin@185.193.126.203 -i ~/.ssh/vpn-server ``` @@ -341,6 +345,8 @@ exit Replace `185.193.126.203` with IP of server. +When asked for password, enter password from [step 1](#step-1-create-ssh-key-pair-on-mac). + ```shell ssh vpn-server-admin@185.193.126.203 -i ~/.ssh/vpn-server ```