Getting error while executing the ssh run command

Hi team,

I am getting error while executing the ssh command on the linux server.
the command is “ct setview userid”
Exception is: system.aggregateexception

@Megha_D_Gowda

for SSH commands to run, try with python package netmiko / paramiko

You can find more details on internet to send ssh commands via those module

Hope this may helps

Thanks

@Srini84
As you told I m trying with the python
and the commands I m executing is on clearcase server
before access the files from the clear case server I need to execute the command
ceartool setview
But I am getting error as cleartool not found, but the same command I am able to execute on the clear case server without any issues

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.