Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Go Switch to the directory  C:\Program Files\Indeed PAM\SSH Proxy\SshProxy and folder and edit the file Pam.SshProxy.Service.exe.config appsettings.json file: 

<pamProxy ... />:

Port - TCP port for incoming SSH connections

"Settings":

  • ApiUrl - is the URL of Indeed PAM Core
  • IdpUrl - is the URL of Indeed PAM IdP

  • SshProxySecret - Secret for client keys for additional component authentication

    Note
    iconfalse

    The secret is generated by the console utility Pam.ConsoleApp.exe


  • Port - TCP port for incoming SSH connections
  • TableView - Displaying a list of resources as a table
Code Block
language
xml
js
<pamProxy
{
  
Port=
"
22
Settings": 
ApiUrl=
{
    "ApiUrl": "https://pam.domain.local/pam/core",
 
IdpUrl=
   "IdpUrl": "https://pam.domain.local/pam/idp",
    "SshProxySecret
="sL3EwbV91dJnEhcw75Dl0xkamylQMMAjBj0dQF6xWqfQZ+Dgu06JgkQJH+anWABthQzQyBdtWk8s6oNuvgEpRA==" />
": "yL2Pn2SeYqpJUowckncFngGkj99abM8xUtCIs/+c96Zfsbrri7FFQuWd7PbKif8matyKKQKkaYeaqndHLgfH6w==",
    "Port": 22,
    "TableView": true
  }
}


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

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