Quantcast
Channel: sshnet Discussions Rss Feed
Browsing all 1729 articles
Browse latest View live
↧

New Post: Communication with OpenSSH windows

I am trying to connect to SSH server (OpenSSH Windows) but though it says its connected, none of the commands work. The output when logging in via Putty looks as follows: _login as: administrator...

View Article


New Post: Communication with OpenSSH windows

No Code, No Exceptions, No Service. Sorry ;)

View Article


New Post: Configuration Error Exception using Renci.SshNet in a CGI application

Hi, I included Renci.SshNet in a CGI application in order to implement an SFTP client in it, but when I invoke the Connect() method on SftpClient object I get this...

View Article

New Post: how to open more than 10 channels using a single connection object...

Can we declare the number of channels that can be used via single connection object? the way we use it is : var connectionInfo = new PasswordConnectionInfo(strServerIP, strUsername, strPassword);...

View Article

New Post: how to open more than 10 channels using a single connection object...

Thats a server issue, not changeable on client side. See: http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html...

View Article


New Post: how to open more than 10 channels using a single connection object...

the screenshot is at http://prntscr.com/2rtvhj after changing the parameter from 10 to 50 , error still continues.

View Article

New Post: how to open more than 10 channels using a single connection object...

You have restarted the ssh-server? Btw. IMHO your approach to increase the Limit is a wrong way to "fix" this. Your code must handle those exceptions and have a kind of command-queue. The limit exists...

View Article

New Post: how to open more than 10 channels using a single connection object...

Yes service restartedkayhan yuksel12 Şub 2014 18:28 tarihinde "da_rinkes" <[email removed]> yazdı:From: da_rinkesYou have restarted the ssh-server?Read the full discussion online.To add a post to...

View Article


New Post: how to open more than 10 channels using a single connection object...

We have resolved it with a workaround . Used a list like 'List<SSHClient> clients' and added as many as NumOfSSHObjects. NumOfSSHObjects = NumOfCommands / 10; if ( (NumOfCommands % 10 ) > 0) {...

View Article


New Post: how to open more than 10 channels using a single connection object...

Why not hack some code to make it independent of the MaxSession number? Now you are just guessing its 10. Don't know for what/who you are writing this code, but if your code hits a server with a...

View Article

New Post: how to open more than 10 channels using a single connection object...

if so , then use the ssh client to grep the MaxSessions variable from config file of the linux service and declare a parameter for it. Currently this is a project to be used for inhouse purposes but...

View Article

New Post: Getting /bin/env xxxx no such file or directory

Hello, I am starting to use SSH. net When I use putty I can login and then run a command with success. After log in I type the following command:"/usr/local/bin/runTest-ccc 10.218.48.120 neo neo c-test...

View Article

New Post: Getting /bin/env xxxx no such file or directory

My problem is solved. I just needed to send the command as bash

View Article


New Post: Slow Performance .... help!!

I have a very simple proof of concept app that is using the SSH.NET library, but it is very slow when trying to download a file. I am connecting via sftp and only getting about 100KB instead of...

View Article

New Post: Slow Performance .... help!!

How you measure the performance?

View Article


New Post: Slow Performance .... help!!

OK. Since your code won't compile (SshClient has no DownloadFile), I wrote some code for pseudo measurement myself: private static void DownloadFile(string ip, string user, string password, string...

View Article

New Post: Slow Performance .... help!!

As mentioned in my previous post. "I am connecting via sftp and only getting about 100KB instead of 1,000KB"

View Article


New Post: Slow Performance .... help!!

jhoop2002 wrote: As mentioned in my previous post. "I am connecting via sftp and only getting about 100KB instead of 1,000KB" whao... You want help? Then give us your code where you measure the...

View Article

New Post: PortForwading Bug

Hi! Thanks a lot!! It seems run ok with the ClearPool. I have the doubt why Chilkat component don't need the Clearpool, can be they do it inside the DLL. Thanks for your time.

View Article

New Post: VB.net upload

Can anyone provide a simple sample for uploading 1 file to a directory using sftp? I have found several c# samples, but that work for me in vb.net. Thanks!

View Article
Browsing all 1729 articles
Browse latest View live


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