netbird/client/ssh
Maycon Santos ff729f6755
Use id command for user lookup on MacOS (#384)
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
..
client.go Fix SSH command on Docker (#377) 2022-06-29 14:03:30 +02:00
login.go Load user profile when SSH (#380) 2022-07-07 11:24:38 +02:00
lookup_darwin.go Use id command for user lookup on MacOS (#384) 2022-07-07 16:13:46 +02:00
lookup.go Use id command for user lookup on MacOS (#384) 2022-07-07 16:13:46 +02:00
server_mock.go NetBird SSH (#361) 2022-06-23 17:04:53 +02:00
server_test.go NetBird SSH (#361) 2022-06-23 17:04:53 +02:00
server.go Use id command for user lookup on MacOS (#384) 2022-07-07 16:13:46 +02:00
util.go NetBird SSH (#361) 2022-06-23 17:04:53 +02:00
window_unix.go NetBird SSH (#361) 2022-06-23 17:04:53 +02:00
window_windows.go NetBird SSH (#361) 2022-06-23 17:04:53 +02:00