You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use SSH.Net to run a command on a cisco SX20. I am able to connect to the endpoint but when it hits the RunCommand line the app freezes. I am able to use PuTTy to run the same command without issue. Any idea where I might be going wrong?
I have been at this for days trying different variations of code but they all seem to hang at the same place, either on RunCommand or .Execute. Here is what I currently have
I am trying to use SSH.Net to run a command on a cisco SX20. I am able to connect to the endpoint but when it hits the RunCommand line the app freezes. I am able to use PuTTy to run the same command without issue. Any idea where I might be going wrong?
I have been at this for days trying different variations of code but they all seem to hang at the same place, either on RunCommand or .Execute. Here is what I currently have
`private void btnCheck_Click(object sender, EventArgs e)
{
var pass = Encoding.ASCII.GetBytes("mypassword");
The text was updated successfully, but these errors were encountered: