pam

  1. R

    Creating a restricted shell user?

    Hello, I'm trying to implement some secure automation by creating a PAM user that can only run qm commands. Currently, the user can only run commands in their home directory, but softlinking qm into that directory gives the following error. ipcc_send_rec[1] failed: No such file or directory...
  2. L

    Restricting User Login to Certain IPs

    I am currently trying to solve the problem of allowing or denying certain users from logging into the Proxmox console from a specific IP. I want to allow certain user users to login to Proxmox from a particular IP but not allow the root user to login from that IP. This is due to my remote access...
  3. Z

    Hide Linux Pam login?

    Hi, I'm trying to commercial sell, using the default and powerful web panel. But How could I disable or hide the Linux pam login, left only Proxmox VE authentication? Apparently pam login is unsafe.
  4. A

    Linux PAM + Google Authenticator not working

    I have enabled OATH for Linux PAM authentication without adding a secret to my admin user. After I found out i locked myself out of the web UI, I added a secret (generated by oathkeygen) to my admin user in the following file: /etc/pve/user.cfg I have checked the date and time on both server...