1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-08-16 10:08:12 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
8eb098d6fd add sleep and comment 2023-06-23 17:02:34 +02:00
68a8687c80 fix linter 2023-06-23 16:45:07 +02:00
f7d97b02fd fix error codes on cli 2023-06-23 16:27:10 +02:00
2691e729cd fix ssh 2023-06-23 12:20:14 +02:00
ff729f6755 Use id command for user lookup on MacOS ()
When building client without CGO, user.Lookup
attempts to get user from /etc/passwd
Which doesn't have the user as MacOS uses
opendirectoryd as user directory
2022-07-07 16:13:46 +02:00
d4a3ee9d87 Load user profile when SSH ()
This PR fixes issues with the terminal when
running netbird ssh to a remote agent.
Every session looks up a user and loads its
profile. If no user is found, the connection is rejected.
The default user is root.
2022-07-07 11:24:38 +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