Skip to content

Commit

Permalink
docs: ssh error due to change in host key
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsk6 committed Nov 18, 2024
1 parent a2be306 commit 6623af4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion website/content/docs/api-clients/client-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,13 @@ $ boundary client-agent pause

Follow the troubleshooting steps to understand why the Client Agent is not able to reach the controller.

#### WARNING! Remote host indentification has changed! It is possible that someone is doing something nasty!

This issue typically arises when a user resumes the client-agent after a pause and attempts to connect to a target.
The error message is a result of the client-agent detecting a change in the remote host's identity due to change in remote worker IP address.

HashiCorp advises removing the existing server host key from the `~/.ssh/known_hosts` file.

## Conflicting software

Some software is known to cause conflicts with the Boundary Client Agent.
Expand Down Expand Up @@ -618,7 +625,7 @@ You must restart the Client Agent for it to update its configuration with the ne
</Tab>
</Tabs>

### Cloudflare WARP client
### Cloudflare WARP client

The Cloudflare WARP client uses a local DNS server to direct traffic.
It has built-in checks to prevent it from being run alongside other software that uses the same mechanism.
Expand Down

0 comments on commit 6623af4

Please sign in to comment.