-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds text explaining ssh support in peers (#236)
* adds text explaining ssh support in peers * cleans small typo
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] | ||
``` | ||
|
||
#### 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 | ||
|