From bc3047b22cf36c1538cbfadef33ac2868dc453c1 Mon Sep 17 00:00:00 2001 From: Dan Hughes Date: Tue, 4 Feb 2020 21:37:55 +0000 Subject: [PATCH] Update readme to use hostname in ssh commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c044d3d..531bfd9 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ You can now set up clients to connect to your VPN. Proceed to [Configure the VPN "# Local DNS resolver 172.16.0.1 #" "# The p12 and SSH keys password for new users is XXXXXXXX #" "# The CA key password is XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX #" - "# Shell access: ssh -F configs//ssh_config algo #" + "# Shell access: ssh -F configs//ssh_config #" ``` ## Configure the VPN Clients @@ -159,7 +159,7 @@ Use the example command below to start an SSH tunnel by replacing `` and ` Your Algo server is configured for key-only SSH access for administrative purposes. Open the Terminal app, `cd` into the `algo-master` directory where you originally downloaded Algo, and then use the command listed on the success message: - `ssh -F configs//ssh_config algo` +`ssh -F configs//ssh_config ` where `` is the IP address of your Algo server. If you find yourself regularly logging into the server then it will be useful to load your Algo ssh key automatically. Add the following snippet to the bottom of `~/.bash_profile` to add it to your shell environment permanently.