Skip to content

Commit

Permalink
adds text explaining ssh support in peers (#236)
Browse files Browse the repository at this point in the history
* adds text explaining ssh support in peers

* cleans small typo
  • Loading branch information
mgarces authored Oct 4, 2024
1 parent e5acced commit 331545a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/pages/how-to/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,16 @@ If you the remote peer agent is running the ssh service on a different port, you
sudo netbird ssh -p 3434 user@100.119.230.104
```

#### Troubleshooting
When you try to connect via `netbird ssh <peer>`, errors can occur. Please enable `ssh` support when joining a peer to your account.
```shell
netbird up --allow-server-ssh
```
This will allow the the `SSH Access feature` to work when enabled in the dashboard, under Peers > _your_peer_ > SSH Access.
<p>
<img src="/docs-static/img/how-to/enable-ssh-access.png" alt="high-level-dia" className="imagewrapper-big"/>
</p>

### version
Outputs the `netbird` command version.
#### Usage
Expand Down

0 comments on commit 331545a

Please sign in to comment.