mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Add section to disable Netbird SSH server (#670)
Added instructions to disable the Netbird SSH server.
This commit is contained in:
@@ -478,6 +478,10 @@ SSH access is controlled by multiple layers:
|
|||||||
2. **JWT authentication** (if enabled): User identity verification via IdP
|
2. **JWT authentication** (if enabled): User identity verification via IdP
|
||||||
3. **Fine-grained access control** (when using NetBird SSH protocol): Controls which authenticated users can access which local OS users on the target machine
|
3. **Fine-grained access control** (when using NetBird SSH protocol): Controls which authenticated users can access which local OS users on the target machine
|
||||||
|
|
||||||
|
## Disable SSH server
|
||||||
|
|
||||||
|
To disable the Netbird SSH server run `netbird down && netbird up --allow-server-ssh=false`
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
### Connection Issues
|
### Connection Issues
|
||||||
@@ -663,4 +667,4 @@ netbird up --ssh-jwt-cache-ttl 3600 # 1 hour
|
|||||||
- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird)
|
- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird)
|
||||||
- Follow us [on X](https://x.com/netbird)
|
- Follow us [on X](https://x.com/netbird)
|
||||||
- Join our [Slack Channel](/slack-url)
|
- Join our [Slack Channel](/slack-url)
|
||||||
- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub
|
- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub
|
||||||
|
|||||||
Reference in New Issue
Block a user