SSH run shell command error

Hi All,

I am using studioX,
I am try to ssh linux machine and run some commands , the command is executing but getting below error.

at UiPathTeam.SSHConnector.Activities.SSHHelpers.Execute(ShellStream shell, Regex expectedShellPrompt, String commandLine, TimeSpan timeout, Boolean checkExitCode)
at UiPathTeam.SSHConnector.Activities.SSHRunShellCommand.d__35.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPathTeam.SSHConnector.Activities.SSHRunShellCommand.d__34.MoveNext()
— End of stack trace from previous location where exception was thrown —
at UiPath.Shared.Activities.AsyncTaskCodeActivityImplementation.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at UiPath.Shared.Activities.ContinuableAsyncCodeActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Can anyone help to resolve this error.

@SHARMA_Shikha

Instead of Stuidox try in Studio

Hope this may help you

Thanks

Sorry for the Typo, I am using studio

Hi,
@Srini84 @SHARMA_Shikha
Is it resolved for you?

I am facing the same issue