Created Unassigned: Getting "SOCKS5: General failure" error [2094]
I am working on code which connects using sftp and proxy. Following is my code snippet. I am getting "SOCKS5: General failure." error. Please help. (Using 4.0 binary)Imports...
View ArticleCommented Unassigned: Getting "SOCKS5: General failure" error [2094]
I am working on code which connects using sftp and proxy. Following is my code snippet. I am getting "SOCKS5: General failure." error. Please help. (Using 4.0 binary)Imports...
View ArticleCommented Unassigned: Getting "SOCKS5: General failure" error [2094]
I am working on code which connects using sftp and proxy. Following is my code snippet. I am getting "SOCKS5: General failure." error. Please help. (Using 4.0 binary)Imports...
View ArticleCommented Unassigned: Getting "SOCKS5: General failure" error [2094]
I am working on code which connects using sftp and proxy. Following is my code snippet. I am getting "SOCKS5: General failure." error. Please help. (Using 4.0 binary)Imports...
View ArticleCommented Unassigned: Getting "SOCKS5: General failure" error [2094]
I am working on code which connects using sftp and proxy. Following is my code snippet. I am getting "SOCKS5: General failure." error. Please help. (Using 4.0 binary)Imports...
View ArticleCommented Unassigned: Getting "SOCKS5: General failure" error [2094]
I am working on code which connects using sftp and proxy. Following is my code snippet. I am getting "SOCKS5: General failure." error. Please help. (Using 4.0 binary)Imports...
View ArticleCommented Unassigned: Getting "SOCKS5: General failure" error [2094]
I am working on code which connects using sftp and proxy. Following is my code snippet. I am getting "SOCKS5: General failure." error. Please help. (Using 4.0 binary)Imports...
View ArticleCommented Unassigned: Getting "SOCKS5: General failure" error [2094]
I am working on code which connects using sftp and proxy. Following is my code snippet. I am getting "SOCKS5: General failure." error. Please help. (Using 4.0 binary)Imports...
View ArticleCreated Unassigned: SftpClient is throwing undocumented exceptions [2148]
The documentation says that Connect can throw InvalidOperationException and ObjectDisposedException, but when you can't connect (remote server stopped, network problem, ...) a SocketException is thrown...
View ArticleCommented Issue: Remove Line Feed from WriteLine method in Shellstream Class...
When working with the expect method, it was discovered the WriteLine was sending an linefeed after a carriage return. This was throwing some SSH implementations off because the linefeed is being...
View ArticleCreated Unassigned: Shell Stream incorrect output. [2190]
Hello. My code example:``` SshClient client = new SshClient(host, user, password); client.Connect(); using (ShellStream stream = client.CreateShellStream("xterm", 100, 100, 800, 600, 1024)){ String...
View ArticleCommented Unassigned: SCP: Cancel transfer [1781]
As discussed in http://sshnet.codeplex.com/discussions/432256 it would be very handy to be able to terminate SCP transfers.Comments: ** Comment from web user: Darkoperator ** This would be great if...
View ArticleCreated Unassigned: Payload cannot be more then 32768 bytes on...
Currently the default payload size for the SshClient is 32768 bytes.There is no property neither at the SshClient nor at the ForwardedPortRemote to change this.
View ArticleCreated Unassigned: Server string is null or empty Issue [2223]
can you help me understand why Session.cs is throwing an InvalidOperationException of "Server string is null or empty." when it is attempting to read the response(s) coming back from the connection...
View ArticleCommented Feature: Add support SSH-2 private keys [1987]
I need to connect using sftp utilizing private key.The key file is created using SSH-2 client.I get "Invalid private key file." error message.I just want to confirm if SSH-2 keys are supported!!if not,...
View ArticleCommented Unassigned: SftpClient is throwing undocumented exceptions [2148]
The documentation says that Connect can throw InvalidOperationException and ObjectDisposedException, but when you can't connect (remote server stopped, network problem, ...) a SocketException is thrown...
View ArticleCreated Unassigned: Unable to execute the commands with "sudo" on...
Hi,I was trying to access and execute the commands on remote Linux machine of CentOs-OpenLogic. But while executing the commands with sudo option, i was getting error like tty required. My code is as...
View ArticleCreated Unassigned: NullReferenceException on opening and listen to a...
Hello,i am having the following issue on the newest beta version of Renci.SSHNet 2014.4.6.0If I try to open a ShellStream on a previously opened SSH Session to an embedded Linux system I am getting the...
View ArticleCreated Unassigned: SshCommand doesn't cleanup subscribed events [2295]
The SshCommand class leaves the unerlying channel subscribed to the session events after running a command.Repro is:```using (var client = new SshClient(connectionInfo)){ client.Connect(); for (var i =...
View ArticleCommented Unassigned: SftpClient is throwing undocumented exceptions [2148]
The documentation says that Connect can throw InvalidOperationException and ObjectDisposedException, but when you can't connect (remote server stopped, network problem, ...) a SocketException is thrown...
View Article