From 9e7555cca7b6f30c50772ee2cc65e32d576ca80b Mon Sep 17 00:00:00 2001 From: Dan Hughes Date: Tue, 4 Feb 2020 22:13:07 +0000 Subject: [PATCH] Update readme with ssh config include --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c044d3d..263bf76 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,14 @@ where `` is the IP address of your Algo server. If you find yourself regular `ssh-add ~/.ssh/algo > /dev/null 2>&1` +Alternatively, you can choose to include the generated configuration for any Algo servers created into your SSH config. Edit the file `~/.ssh/config` to include this directive at the top: + +``` +Include /configs/*/ssh_config +``` + +where `` is the directory where you cloned Algo. + ## Adding or Removing Users _If you chose to save the CA key during the deploy process,_ then Algo's own scripts can easily add and remove users from the VPN server.