New Post: Connecting Linux machine hosted on AWS Cloud
I am new to AWS. Through .net c# code using SSH.Net, can we connect a Linux machine and invoke a jar file on AWS Cloud? We have done a lift and shift, just wanted to know if SSH.Net has the capability...
View ArticleNew Post: Cannot use RSA key generated by PuTTYgen
Sharing the solution by answering my own question... The solution is: generate the key with MobaXterm's generator, and use the "Export OpenSSH key" (not"Export OpenSSH key (force new file format)"...
View ArticleNew Post: HOW TO: Use SSH.NET in Visual Studio 2008 Professional and .NET...
I have a Visual Studio 2008 project in C# with .NET Framework 3.5 and I would like to use this library but I do not know what package I have to download. There are 3 branches, developer, master and...
View ArticleNew Post: HOW TO: Use SSH.NET in Visual Studio 2008 Professional and .NET...
You should be able to download the source, and build from there - you'll want the Renci.SshNet.NET35 project which will open in VS2008 OK - you will need to make a few minor changes to get it to build,...
View ArticleNew Post: Minimum version required for SHA-256
I have the SSH.NET library 4.0.30319 and I want to make sure this version will support SHA-256, or if there is a newer version I need.
View ArticleNew Post: Minimum version required for SHA-256
Also, if the version we have does support SHA-256 what special settings do we need to have to make it work?
View ArticleNew Post: SftpClient connect exception "No existing connection"
Hello I did a small program, below, that does a SftpClient connect call When I run the program on a Windows 10 PC that I have administrator permissions, all works built with Visual Studio 2015 When I...
View ArticleNew Post: Missing wiki page:...
Hello, The documentation on the following page seems to be missing: https://sshnet.codeplex.com/wikipage?title=https://github.com/sshnet/SSH.NET/releases/tag/2016.0.0 I found the link on this page:...
View ArticleNew Post: Error uploading
I am receiving error "The requested operation failed". This code is being successfully used by another development group in our company but I am not able to get it to work. The code is connecting to...
View Article