New Post: Cipher method '' is not supported.
Hi Oleg, I was trying to login into one of our company's Gateway that uses SSH2 Public keys with DSA-2048 bit encryption and had no luck. I'm getting an error when trying to establish connection....
View ArticleNew Post: prevent downloading if file is being upload
Hello, I have to create an automated service which looks in a SFTP folder for a specific file and if file exist, then download that file. if file already there (before looking on SFTP) then it's...
View ArticleNew Post: ListDirectory issues
Any news on this issue? Some how my ListDirectory is returning "No Such File" on some servers and not on anothers. My test server works good with wild chars but the same test on production server gives...
View ArticleNew Post: Open an SFTP connection from a ssh connection already established.
gentlemen, Need a little help. Need to open an SFTP connection from a ssh connection already established. I can open a connection to my client with ssh (Server 1) server, however, only the server...
View ArticleNew Post: Easiest method to read continiously read results from stdout if a...
Can I retrieve progress from some command which continiously writes it to stdout? For example archiver or another piped tool. Please let me know, can I do this without dealing with Renci.SshNet.Shell?...
View ArticleNew Post: Does it support key generation?
Is it possible to generate public-private ssh key pairs using the library? Thanks!
View ArticleNew Post: NetConf Server
I want to know is it possible to use SSH.NET to develop a NetConf server. Is anyone is tried it before ? And, can he/she share with me it's experience or some sample codes ?
View ArticleNew Post: Very long process failing for SshClient....
var cmd = client.CreateCommand("cd current; script/run_publisher_complete.sh armstrong_ceilings"); This is a process that takes almost 20 minutes to run in putty - but returns almost immediately in C#....
View ArticleNew Post: Strings longer than 2147483647 is not supported
Hello, I am getting the following error in ReadBinaryString() in SSHData.. "Strings longer than 2147483647 is not supported" Here is the details on what I am doing. ConnectionInfo conn = new...
View ArticleNew Post: SSH RSA privatekeys? with passphrase?
Hello, I am still getting similar error "DER length is '43' and cannot be more than 4 bytes." using the latest release 2014.4.6-beta1 . Is there a fix for this or is AES still not supported?
View ArticleNew Post: System.InvalidOperationException: Dynamic operations can only be...
I am trying to connect to FTP using your binaries and getting below error: System.InvalidOperationException: Dynamic operations can only be performed in homogenous AppDomain. at...
View ArticleNew Post: SSH Tunnel HTTP GET Request
Hi, my name is Nick and i have just foud out about SSH.NET. (felicita !) I use VB.NET (beginer) and my question is : How can i build a HTTP GET request without port forwarding ? I just want to open the...
View ArticleNew Post: VB.net SSH client with VB.net
Hi - ( my VB is mot the best ... so if response is in C# ..then i'm goosed !) I want to write a vb app that will :Connect to a device through SSH. Send a list commands and wait for the response of each...
View ArticleNew Post: VB.net SSH client with VB.net
Hi bgengine, You ask for something that is difficult. You are asking that the SSH Client somehow know that the server is done with a command, but you won't tell it how to recognize the output when it...
View ArticleNew Post: VB.net SSH client with VB.net
Thanks Pat for your response, Ok _ I think I understand the issue .. I don't fully understand ssh so please forgive my ignorance.. but I was wondering is it possible to put a timer on the ssh buffer (...
View ArticleNew Post: VB.net SSH client with VB.net
@bgengine, I might suggest start messing with it to start. I have posted many VB examples here. I will leave it to the experts to say for sure, but networking protocols don't talk the way hard-wired...
View ArticleNew Post: Cannot find type [Renci.SshNet.SshClient]
I downloaded Renci.SshNet.dll and did all configuration. While establishing session, I am getting this error"Unable to create SSH client object for 127.0.0.1: Cannot find type [Renci.SshNet.SshClient]:...
View ArticleNew Post: Unable to install SSH-Sessions Powershell module
I'm getting this error: Import-Module : Could not load file or assembly 'file:///C:\Program Files\WindowsPowerShell\Modules\ssh-sessions\Renci.SshNet.dll' or one of its dependencies. Operation is not...
View ArticleNew Post: SSH to terminal server and then TELNET to devices
I was successful in SSH to terminal server. However, when I telnet to a device from there, it just hangs up. It is waiting for Username as input. How do I solve this? I need to SSH to Server From...
View Article