Jesper Ek

Results 22 comments of Jesper Ek

> Do I understand correctly, than enabling "SSH Access" for host in Netbird management panel does not provide option to connect to the host just using "ssh [[email protected]](mailto:[email protected])"? That is...

It should probably also be mentioned that the built-in SSH server [only supports PTY](https://github.com/netbirdio/netbird/blob/a32ec97911962c14d386724463b183ef1e487a4d/client/ssh/server.go#L208), i.e terminal mode, so trying to run a command directly will fail. Port forwarding is also...