I am successfully using the New-Session module that comes with the SSH.Net module set. Thanks!!
My new requirement is to not supply a username and password when I initiate the session. Once I get the response back asking for a username I need to cancel out. The response issues a user interface prompt asking for a user name to my script so I need to prevent that from prompting to the window then control break out.
Any pointers will help me out greatly.
My new requirement is to not supply a username and password when I initiate the session. Once I get the response back asking for a username I need to cancel out. The response issues a user interface prompt asking for a user name to my script so I need to prevent that from prompting to the window then control break out.
Any pointers will help me out greatly.