From 631885ad2f785bda49094a39d67de1e802d53841 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Mon, 17 Aug 2020 16:44:39 -0400 Subject: [PATCH] Fixed SSH issues in strongSwan guide --- .../README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md b/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md index 21860c9..e19a3c3 100644 --- a/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md +++ b/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md @@ -66,14 +66,6 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu4k9OcJlatGgUoo41m18Hekv+nSHq1w7qcuAuOZWL Replace `185.193.126.203` with IP of server. -If server uses password authentication, run the following and type in password. - -```shell -ssh root@185.193.126.203 -``` - -If server uses public key authentication, run the following and type in passphrase. - ```shell ssh root@185.193.126.203 -i ~/.ssh/vpn-server ``` @@ -129,7 +121,7 @@ exit Replace `185.193.126.203` with IP of server. ```shell -ssh vpn-server-admin@185.193.126.203 -i .ssh/vpn-server +ssh vpn-server-admin@185.193.126.203 -i ~/.ssh/vpn-server ``` ### Step 8: switch to root @@ -328,7 +320,7 @@ exit Replace `185.193.126.203` with IP of server. ```shell -ssh vpn-server-admin@185.193.126.203 -i .ssh/vpn-server +ssh vpn-server-admin@185.193.126.203 -i ~/.ssh/vpn-server ``` #### Switch to root