Additional Configuration Parameters for SSH Configuration
The following procedure provides the steps for adding the additional configuration parameters for SSH configuration in the Application or Target Source debug page.
Note
These additional configuration parameters must be added in the Application/Target Source debug page.
-
The following is the default command for setting the shell prompt on the UNIX computer:
<entry key="SetPrompt" value="PS1='SAILPOINT>'"/>
In this command, "SetPrompt" is the application/target source attribute and PS1=’SAILPOINT’ is the value of the application/target source attribute. If the command for setting the shell prompt is different than the default command, you must change the value of the application/target source attribute. If the application/target source attribute is not found, you must add the following new entry in the application/target source debug page.
For example, for the tcsh shell, the entry value would be:
<entry key="SetPrompt" value="set prompt='SAILPOINT>'"/>
-
For executing the commands, verify that the default shell is present on your system.
-
If the default shell present on your UNIX system is different, you must modify the value of the application/target source attribute. If the application/target source attribute is not found, you must add the following new entry in the application/target source debug page:
<entry key="DEFAULT_SSH_SHELL" value="tcsh"/>