Setting up PuTTY as a TCP/UDP PAM Service
search cancel

Setting up PuTTY as a TCP/UDP PAM Service

book

Article ID: 144470

calendar_today

Updated On:

Products

CA Privileged Access Manager (PAM)

Issue/Introduction

PAM allows the inclusion of several applications as TCP/UDP Services to be invoked from within its environment and control the access to the devices through these applications.
This document explains how to add PuTTY as a PAM service.

Environment

Applies to any PAM version as of August 2022.

Resolution

PuTTY can be added to PAM as a TCP/UDP Service.
To do so, fill up the fields in the TCP/UDP service definition window with the following information. Use a different service name if desired, and a local IP that doesn't conflict with other services. The client application string assumes that the 32-bit version of PuTTY is installed. Change the path to the putty executable as needed.

  Service Name: _PuTTY SSH
  Local IP: 127.0.1.22
  Port(s): 22:*
  Protocol: TCP
  Enable: <selected>
  Application Protocol: SSH 
  Client Application: "C:\Program Files (x86)\PuTTY\putty.exe" -ssh <user>@<Local IP> <First Port> -loghost <Device Name>

 (the 'Comment' field contains the full command for readability, as the 'Client Application' field is not showing the full contents):







Additional Information

PAM TCP/UDP services using the SSH protocol allow for text-based session recording.

For checking the command line parameters for PuTTY please visit:

PuTTY STANDARD COMMAND-LINE OPTIONS