Konstantin
Konstantin
ssh pam setup is working i also set it up on bare metal ubuntu with the same config file but not working
Sorry for taking a lot of time to answer. * I have a LE cert for a subdomain * i have mounted ``` -~/rdpgw.yaml:/opt/rdpgw/rdpgw.yaml:ro - ~/privkey.pem:/opt/rdpgw/key.pem:ro - ~/fullchain.pem:/opt/rdpgw/server.pem:ro - /etc/pam.d/:/etc/pam.d/...
May you publish an end to end example for a complete docker pam local auth rdpgw
Is RDP working with pam? Could you share your PAM entry please. And if it is not much to ask also your config file and setup/run commands
Ok thanks, but the cert must be a valid one that is for a domain name.
@bolkedebruin run on arm64 bare metal ubuntu 22.04 pam: cloned from sshd to rdpgw-auth lo logs relevant in /var/log: sudo grep -Rnw '/var/log' -e 'rdp' rdpgw.yaml ``` Server: Authentication: -...
@bolkedebruin May you be able to share your setup with pam auth as you seam to get it working.
Can I use a reverse proxy in front of it?
https://github.com/bolkedebruin/rdpgw/issues/75#issuecomment-2009204233 > Apologies, what I probably forgot is that `mstsc` does not allow basic (non NTLM) authentication. So your only options are Kerberos or OpenID connect here. You can use...
So you need a valid cert and tokenauth disabled and yes you then see a 404 page it you visit the page the only still enabled page is /tokeninfo but...