I'm using cloudflare's ssh-browser.
There is a possibility to authenticate the user by certificate.
But it uses the beginning of the email of the person who authenticated as the user.
I authorized different friends to access my server.
I didn't want to create an account for each one.
So I wanted any invalid user who logged in by ssh to be mapped to guest id 1000 gid 1000 /home/guest /bin bash.
But I couldn't change the ssh user name.
So I thought about always returning the same user login data as if it existed.
I couldn't do anything.
Could you please help me?