Compare commits

..

1 Commits

Author SHA1 Message Date
decentral1se 4df2ca8fd1
docs: new ssh consolidation changes
See coop-cloud/abra#255
2023-02-01 08:30:35 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ If you run into issues during installation, [please report a ticket](https://git
Now you can connect `abra` with your server. You should have a working SSH configuration before you can do this (e.g. a matching `Host <server-domain>` entry in `~/.ssh/config` with the correct SSH connection details). That means you can run `ssh <server-domain>` on your command-line and everything Works :tm:.
```bash
ssh <server-domain> # make sure it works
abra server add <server-domain>
```