Created Unassigned: Does this support X11 forwarding? [2670]
I don't see any mention of X11 in the issues at all.
View ArticleCreated Unassigned: Don't throw ArgumentException on empty username [2672]
Currently the constructor for AuthenticationMethod throws an exception when the username is empty (String.Empty). This prevents from creating a connection with blank username (eg. Cisco routers).The...
View ArticleCreated Unassigned: The output thread in Shell.Start() is not properly...
The output thread within Shell.Start() is not properly synchronized. Specifically the call to EventWaitHandle.WaitAny() is waiting until the asynchronous BeginRead() operation is finished which occurs...
View ArticleCreated Unassigned: Not possible to delete a Symbolic Link with SftpClient...
I created a Symbolic Link with SftpClient.SymbolicLink but I found no method to delete it. SftpClient.Delete or SftpClient.DeleteDirectory does not work for Symbolic Links. A new method...
View ArticleCreated Unassigned: SOCKS Proxy - Port is wrongly written to socket [2680]
Hi,The port to write to socket should be masked and bit shift instead of dividing and modulus.// Send port//SocketWriteByte((byte)(ConnectionInfo.Port /...
View ArticleCreated Unassigned: [URGENT]Renci.SshNet for .Net Compact Framework 3.5 [2681]
Hi,I remember seeing this somewhere and downloading a DLL for the same, but can find it now.Is Renci.SSHNet supported for .Net Compact Framework 3.5? If Yes, can anyone provide pointers for the DLL...
View ArticleCreated Unassigned: Not executing file manipulation commands using ssh.net...
My code uses ssh.net library to connect to windows server. It is working well when I access running exe, start and stop those exe but it gives me error "AllowDesktopAccess failed.Unable to execute...
View ArticleCreated Unassigned: pseudo-tty in SshCommand [2694]
I have run into some problems trying to run a sudo command via the `CreateCommand` method.I have added the user to the sudoers list and it should no longer ask for password as outlined in [this...
View ArticleCreated Unassigned: RsaDigitalSignature.Sign isn't consistently 256 bytes [2696]
Given just the right pair of private key and input bytes, RsaDigitalSignature.Sign doesn't consistently return a 256-byte array. This makes it impossible to rely upon when signature validation is being...
View ArticleCreated Unassigned: Can't build Arrays of Keys or AuthMethods by calling DLL...
<long winded explanation>I am using LabVIEW and was pointed to this library as a possible solution to key based ssh for tunnels and interactive shells. The library seems amazing in terms of...
View ArticleCommented Unassigned: Current code does not compile for .Net 3.5 [2642]
I have been trying to compile the current master branch of the repo for .Net 3.5 with no luck. Anything I may be missing?Comments: ** Comment from web user: SearchForTheCode ** Yep.. tested the latest...
View ArticleCommented Unassigned: SOCKS Proxy - Port is wrongly written to socket [2680]
Hi,The port to write to socket should be masked and bit shift instead of dividing and modulus.// Send port//SocketWriteByte((byte)(ConnectionInfo.Port /...
View ArticleCommented Unassigned: Unable to reconnect after "Channel was closed" [2511]
I'm having trouble with using SftpClient. First, I'm inexplicably hitting SshException: Channel was closed. Second, when I detect that I hit it, I can't reconnect even if I create a new SftpClient...
View ArticleCreated Unassigned: Internationalization Problems [2705]
Good day,I am having some troubles to open and read files in a UBUNTU SFTP server that had accents in the name, I was traying to rename them using the library to remove the accents remotly because I...
View ArticleCreated Unassigned: Installation Dependencies/Instructions [2706]
I have downloaded these three modules and placed them in the "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\SSH-Sessions" directory....
View ArticleCommented Unassigned: Installation Dependencies/Instructions [2706]
I have downloaded these three modules and placed them in the "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\SSH-Sessions" directory....
View ArticleCreated Unassigned: CD command not working on SSH.NET [2708]
Hello Everyone,I am trying to shutdown application on one of our Servers, and we are trying to do it via C#We downloaded the SSH.NET library file and wrote some simple commands to test out if the code...
View ArticleCommented Unassigned: In some error cases, an unhandled exception might be...
There is a race condition that can cause an unhandled exception to be thrown. Take a look at the following code:```C#try{// "server" needs to be changed to a real SSH server// The credentials do not...
View ArticleCommented Unassigned: In some error cases, an unhandled exception might be...
There is a race condition that can cause an unhandled exception to be thrown. Take a look at the following code:```C#try{// "server" needs to be changed to a real SSH server// The credentials do not...
View ArticleCreated Unassigned: Feature request: allow creating an SftpClient from an...
Currently, if I want to use the __same__ SSH session for several purposes - e.g., SFTP and SCP as well as commands I need to instantiate a new _SftpClient_ / _ScpClient_, which means a __new__ SSH...
View Article