Monday, October 5, 2009

SharpSSH

SharpSSH is a great .NET assembly and one that has served me well (and free) for the latest project I have been working on. One problem I came across in the SshStream class was using the Prompt property when connecting to many different types of network devices. I wanted to get the entire result set back without passing in a Prompt. So, I added the following method (thanks Matt M) which returns the entire SSH command output:





No comments:

Post a Comment