Quantcast
Channel: sshnet Issue Tracker Rss Feed
Browsing all 1026 articles
Browse latest View live
↧

Closed Unassigned: lsnrctl: command not found issue [1874]

Hi,I am facing issue while trying to run a command on a remote server using renci.dllThe error is as below bash: lsnrctl: command not found and command used as -lsnrctl status | egrep -i...

View Article


Closed Unassigned: Bash problemusing ssh.net Library [1591]

Hi, here is my code```ssh.Connect(); var cmd = ssh.CreateCommand("ls -all"); var asynch = cmd.BeginExecute(delegate(IAsyncResult ar){ Console.WriteLine(cmd.Result);}, null); var cmd1 =...

View Article


Commented 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 Article

Edited Issue: 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 Article

Commented Unassigned: An established connection was aborted by the server [2398]

When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: ashishkapoor2000 ** Hi Please find below stack...

View Article


Edited Issue: ShellStream.ReadLine produces incorrect output when reading...

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 Article

Closed Unassigned: Unable to connect to : Exception calling "Connect" with...

Hello,After doing Import-Module SSH-Sessions, I try to connect as follows:PS C:> New-SshSession -ComputerName 10.220.12.220 -Username username -Password ***********Unable to connect to...

View Article

Closed Unassigned: Crash while handling SSH_MSG_CHANNEL_CLOSE message [2538]

The application crashed. Crash dump analysis indicate a possible race condition at handling SSH_MSG_CHANNEL_CLOSE message.2014-10-12 01:05:44,805 FATALSystem.NullReferenceException: Object reference...

View Article


Commented 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 Article


Closed 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 Article

Commented Issue: ZeroBytes in ShellStream [1525]

Somethimes in a shellstream there can be zero bytes found.It was gone after the update in 12/2012 and appiert backwith the update in ~02/2013.In the buffer i can find then lots of zero bytes, some text...

View Article

Edited Issue: 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

Closed Issue: 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


Closed Issue: SftpClient ctor throws exception when hostname has _ character...

The constructor for SftpClient and SshClient class throws an ArgumentException when the hostname has an underscrore character '_' . Using disassembly I can find the issue is the regex _rehost in...

View Article

Closed Unassigned: System.ObjectDisposedException at...

Hello,I have been using the SSH.Net library to connect to a remote SSH server to establish a DB connection between a VB client software and MySQL server. Everything works fine except sometimes the...

View Article


Edited Issue: SNK issue when trying to build [2455]

I just downloaded this SSH.NET Library. I added it to a new visual studio project and tried to build. There's no code in my "main" project, this is just trying to build the solution and I keep getting...

View Article

Edited Issue: SNK issue when trying to build [2455]

I just downloaded this SSH.NET Library. I added it to a new visual studio project and tried to build. There's no code in my "main" project, this is just trying to build the solution and I keep getting...

View Article


Commented Unassigned: An established connection was aborted by the server [2398]

When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: jmf ** Sorry for the delay in responding. I've...

View Article

Created Unassigned: BlockCipher.Encrypt fails if input message is not padded...

BlockCipher.Encrypt fails if input message length is not a multiple of BlockSize. The error is "Invalid output buffer".This seems to be due to the following code in EncryptBlock function of BlockCipher...

View Article

Edited Issue: Forwarded Port channels can get stuck waiting [1558]

I was testing ssh.net with 2 ForwardedPortLocals. When a connection is established, a port is forwarded properly but the channel is sometimes not closed, depending on how the local port was closed.It...

View Article
Browsing all 1026 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>