ksc_connect_dest_client

This command initiates a TELNET, SSH, or SSH2 session with the client of the destination environment. The destination environment refers to the destination environment of the workflow step initiating command execution.

ksc_connect_dest_client parameters

Parameter Default token Description
USERNAME [DEST_ENV.CLIENT_ USERNAME Username on [DEST_ENV]
PASSWORD [DEST_ENV.CLIENT_ PASSWORD Password on [DEST_ENV]
NT_DOMAIN [DEST_ENV.CLIENT_NT_ DOMAIN Windows NT Domain name of [DEST_ENV]
DEST_BASE_ PATH [DEST_ENV.CLIENT_ BASE_PATH Base Path of [DEST_ENV]
CONNECTION_ PROTOCOL [DEST_ENV.CLIENT_ CON_PROTOCOL_ MEANING] Specifies the connection protocol. Possible values are listed in validation CONNECTION_PROTOCOL
DEST_ENV [DEST_ENV] Name of the destination environment to be used instead of the destination environment on the current workflow step

Example using ksc_connect_dest_client

# Make a remote connection to the client of the
# destination environment defined for the current 
# workflow step.
ksc_connect_dest_client
<commands> 
ksc_exit
# Make a remote connection to the client defined for 
# the environment named ‘STAGING’.
ksc_connect_dest_client DEST_ENV="STAGING"
<commands>
ksc_exit