The Indeed PAM SSH Proxy component is installed on a dedicated server, and installation on an access server is also possible.

Switch to C:\Program Files\Indeed PAM\SSH Proxy\SshProxy folder and edit the appsettings.json file: 

"Settings":

{
  "Settings": {
    "ApiUrl": "https://pam.domain.local/pam/core",
    "IdpUrl": "https://pam.domain.local/pam/idp",
    "SshProxySecret": "yL2Pn2SeYqpJUowckncFngGkj99abM8xUtCIs/+c96Zfsbrri7FFQuWd7PbKif8matyKKQKkaYeaqndHLgfH6w==",
    "Port": 22,
    "TableView": true
  }
}


After editing the SSH Proxy configuration file, restart the PAM.SshProxy.Service service

C:\>powershell -command "Restart-Service PAM.SshProxy.Service -Force"


  • No labels