Patch Uploaded: #17236
onehourlate has uploaded a patch.Description:Hi,I had a couple of issues while using scp with cisco routers1) the scp commands (scp -t or scp -f) uses double quotes to escape the file name. That's not...
View ArticlePatch Uploaded: #17245
RiJo has uploaded a patch.Description:Prevents NullReferenceException after unexpected disconnection.
View ArticlePatch Uploaded: #17494
Corillian has uploaded a patch.Description:Line 127 in PseudoTerminalInfo.cs incorrectly serializes this.Rows a second time instead of this.PixelWidth. I've uploaded a new file with the fix.
View ArticlePatch Uploaded: #17498
Corillian has uploaded a patch.Description:Issue 2675:The output thread within Shell.Start() is not properly synchronized. Specifically the call to EventWaitHandle.WaitAny() is waiting until the...
View ArticlePatch Uploaded: #17693
xer_mamin has uploaded a patch.Description:deadlock in Session: if an exception occurs in the function {Session.cs/private void MessageListener()}, then in the function of {Session.cs/private void...
View ArticlePatch Uploaded: #17796
cmn has uploaded a patch.Description:Allow sending data to a process' stdin.When using SSH as a connection and authentication layer to talk to a program on a remote host, you may need to talk to it,...
View ArticlePatch Uploaded: #17798
MauriceArends has uploaded a patch.Description:During the key exchange phase, Renci.Ssh would throw an Renci.SshNet.Common.SshException if the server sends debug messages.Stack...
View ArticlePatch Uploaded: #17823
Shevek has uploaded a patch.Description:Add ISftpClient interface to allow dependency injection and unit testingGenerated using ReSharper Extract Interface
View ArticlePatch Uploaded: #17979
noenflux has uploaded a patch.Description:Implementing SFTP Symbolic Link Target reading, allows for symbolic link traversal via SFTP. The internals FXP function was already implemented but this wasn't...
View ArticleSource code checked in, #43441
Change session the maximum size of channel data packets that we receive
View Article