Skip to content

Commit

Permalink
Update asd_watcloud_dev.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardius authored Nov 23, 2024
1 parent 98581a4 commit 1f1f4c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/onboarding/asd_watcloud_dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ Agent forwarding lets us carry our identity onto other machines that we connect
cd wato_asd_tooling
bash ssh_helpers/configure_agent_forwarding.sh
```
**Mac Users Beware:** Whenever you restart/shutdown your mac, your ssh keys are removed from your agent, so you’ll have to re-add them on startup.

```
ssh-add --apple-use-keychain $PATH_TO_PRIVATE_KEY
```

**Windows**: Open Powershell (as adminstrator) and run the following command,

Expand Down

0 comments on commit 1f1f4c0

Please sign in to comment.