1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-07-16 22:35:03 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
d1a323fa9d Add gocritic linter ()
* Add gocritic linter

`gocritic` provides diagnostics that check for bugs, performance, and style issues

We disable the following checks:

- commentFormatting
- captLocal
- deprecatedComment

This PR contains many `//nolint:gocritic` to disable `appendAssign`.
2023-11-27 16:40:02 +01:00
fa7b413fe7 Fix SSH command on Docker () 2022-06-29 14:03:30 +02:00
06860c4c10 NetBird SSH ()
This PR adds support for SSH access through the NetBird network
without managing SSH skeys.
NetBird client app has an embedded SSH server (Linux/Mac only) 
and a netbird ssh command.
2022-06-23 17:04:53 +02:00