Additional Configuration Parameters for SSH Configuration

The following procedure provides the steps to add additional configuration parameters for SSH configuration in the application Debug page.

Note
These additional configuration parameters must be added in the application Debug page.

  1. The following is the default command for setting a shell prompt on UNIX computer:

    <entry key="SetPrompt" value="PS1='SAILPOINT>'"/>

    In the above command, SetPrompt is the application attribute and PS1=’SAILPOINT’ is the value of the application attribute.

    If the command for setting the shell prompt is different than the default command, change the value of the application attribute. If the application attribute is not found, add the following new entry to the application Debug page:

    The entry value is as follows for tcsh shell:

    <entry key="SetPrompt" value="set prompt='SAILPOINT>'"/>

  2. To execute the commands, verify that the default shell is present on your system.

    If the default shell present on your UNIX system is different, modify the value of the application attribute. If the application attribute is not found, add the following new entry to the application Debug page:

    <entry key="DEFAULT_SSH_SHELL" value="tcsh"/>