Created Issue: SshNet Help [1554]
The SshNet Help has no content.Every article returns:-Navigation to the webpage was canceled What you can try: Retype the address.
View ArticleClosed Issue: SshNet Help [1554]
The SshNet Help has no content.Every article returns:-Navigation to the webpage was canceled What you can try: Retype the address.Comments: This is not an issue but windows behaviour when you download...
View ArticleCreated Issue: High CPU Load when opening a shell session [1555]
When starting a shell session I observe a high CPU load (100% on one core).I use the following code to connect:MemoryStream input = new MemoryStream();MemoryStream output = new...
View ArticleNew Post: Auto SSH.net client reconnect
I should know the answer to this, but my mind keeps on going blank. On a on-click event, I've been able to get the client started if not started, but how would I auto-reconnect the client if it...
View ArticleNew Post: SFTP Upload Problem
I can connect to the SFTP server, change directory, and list files in the working directory. I tried to use uploadfile method to send file, it ran without any exception but not file uploaded. Please...
View ArticleNew Post: Direct Connection instead of port forwarding
I am writing a client application that needs to connect to multiple servers simultaneously using port forwarding. How can I decide what local ports to use. Other SSH Clients that I have investigated...
View ArticleNew Post: Timeout for client.RunCommand()?
So Im using:using (var client = new SshClient(connectionInfo)) { client.Connect(); var cmd = client.RunCommand(command); unixResults = cmd.Result; client.Disconnect(); } Does var cmd =...
View ArticleNew Post: Is is support private key in OpenSSH format?
Is is support private key in OpenSSH format?
View ArticleNew Post: Is is support private key in OpenSSH format?
I have been using keys generated by OpenSSH with no problem.
View ArticleNew Post: Direct Connection instead of port forwarding
ForwardedPortDynamic is like a SOCKS 5 Proxy you can use where you do not have to do a 1:1 mapping, but your application must be proxy aware to be able to use the ForwardedPortDynamic.
View ArticleNew Post: (Renci.SshNet.Common.SftpPathNotFoundException: No such file...
MethodName => RequestOpenDir Error Code => 33383300 LogLevel => Error Stack Trace => Renci.SshNet.Common.SftpPathNotFoundException: No such file at...
View ArticleNew Post: Direct Connection instead of port forwarding
Thanks. I have since figured out that I will need to find the first available port and pass that to the ForwardedPortLocal constructor. I was looking at the code for the local port forward and see that...
View ArticleNew Post: (Renci.SshNet.Common.SftpPathNotFoundException: No such file...
can you paste the part of the code that generates the error and the values passed?
View ArticleNew Post: Direct Connection instead of port forwarding
pmilin wrote: Thanks. I have since figured out that I will need to find the first available port and pass that to the ForwardedPortLocal constructor. I was looking at the code for the local port...
View ArticleNew Post: Is is support private key in OpenSSH format?
Please advise because It don't work for this key format ---- BEGIN SSH2 ENCRYPTED PRIVATE KEY ---- Subject: ln81 Comment: "2048-bit rsa, ln81@moeuxap42, Wed Mar 27 2013 10:03:36"...
View ArticleNew Post: Is is support private key in OpenSSH format?
You are talking about two different things. Darkoperator seems to talk about keys generated by ssh-keygen in PEM format, which works great. wangsa is talking about the OpenSSH format, which seems to be...
View ArticleNew Post: Is is support private key in OpenSSH format?
Sorry for my wrong, Exactly, my key is ssh.com SSH-2 private key. This library supports it?
View ArticleNew Post: Direct Connection instead of port forwarding
Hi gums, I didn't misunderstand. In my first post I merely asked if dynamic port forward would solve my problem. I now know that dynamic port forwarding is not what I want. Like I said in my last post,...
View ArticlePatch Uploaded: #14339
pmilin has uploaded a patch.Description:I was looking at the code for the local port forward and see that a TCPListener is being used with the address and port that is passed in. If the TCPListener is...
View ArticleCreated 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