Skip to content

Commit

Permalink
README: Add missing step for SSH to work
Browse files Browse the repository at this point in the history
closes #38
  • Loading branch information
martomi committed Apr 25, 2021
1 parent a23f068 commit 5638182
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,13 @@ which will take your default SSH key, or specify it explicitly:
ssh-copy-id -i "~/.ssh/id_ed25519" <user>@<ip_address>
```

Try to SSH with the key to make sure it works. You'll be also prompted to add the fingerprint which is required before
proceeding.

```
ssh -i "~/.ssh/id_ed25519" <user>@<ip_address>
```

### Prepare configs for each harvester

1. Open `config.yaml` in your editor and enable`network_log_consumer`.
Expand Down

0 comments on commit 5638182

Please sign in to comment.