You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured the container with a specific user using SSHUSER env, and I only want that user to ssh into the server.
I am also running wetty behind nginx proxy manager with authentication provided by authelia and $remote-user is passed along in the headers. This sets the user for the ssh connection to an user that does not exist or does not have a shell.
It would be great if wetty ignored $remote-user header when and the env SSHUSER is set.
The text was updated successfully, but these errors were encountered:
I have configured the container with a specific user using SSHUSER env, and I only want that user to ssh into the server.
I am also running wetty behind nginx proxy manager with authentication provided by authelia and $remote-user is passed along in the headers. This sets the user for the ssh connection to an user that does not exist or does not have a shell.
It would be great if wetty ignored $remote-user header when and the env SSHUSER is set.
The text was updated successfully, but these errors were encountered: