Alias and SSH

Hello,

I tried to launch a command defined into an alias within "Run Command (SSH)" component.

I does not worked.

Below is the code within the "Run Command (SSH)" component:

source /soft/mod.rc;

ta;

SSHError

bash: line 1: ta: command not found

/soft/mod.rc declare ta as an alias of a 'lmutil' executable with parameters.

Thanks for your help,

Samuel