Update readme with ssh config include

This commit is contained in:
Dan Hughes 2020-02-04 22:13:07 +00:00
parent e595f2f921
commit 9e7555cca7
No known key found for this signature in database
GPG key ID: 60D7AE3919F16B1C

View file

@ -165,6 +165,14 @@ where `<ip>` is the IP address of your Algo server. If you find yourself regular
`ssh-add ~/.ssh/algo > /dev/null 2>&1` `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 <algodirectory>/configs/*/ssh_config
```
where `<algodirectory>` is the directory where you cloned Algo.
## Adding or Removing Users ## 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. _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.