When taking a putty session from ENTM console, it throws a connection timeout error on login.
Endpoint responding slow with the prompts and PIM activeX times out waiting for the prompt.
Add the following lines to putty.vbs under JBOSS_HOME/server/default/deploy/IdentityMinder.ear/config/sso_scripts
pupmObj.SetPUTTYOption "PingIntervalSecs", "REG_DWORD", "0x12C"
pupmObj.SetPUTTYOption "TCPKeepalives", "REG_DWORD", "1"