New Post: An established connection was aborted by the software in your host...
Could this be an reason to why the ssh-server drops the connection, an SSH_MSG_CHANNEL_CLOSE to an already closed channel? bump
View ArticleNew Post: An established connection was aborted by the software in your host...
Have identified the cause to why dropbear_0.52 disconnects my application now and then. After some work I was able to get a log from the remote device and could see that SSH.NET sends an EOF with wrong...
View ArticleNew Post: ssh.net $Path not returning everything
the most secure/sure way, is to edit your sshd_config file, add "PermitUserEnvironment yes", restart sshd, then create a file ~/.ssh/environment and set the environment variable you want. where can I...
View ArticleNew Post: ssh to debian, then telnet to other devices
hi im elhave and im newbie in coding need help. i have same issue i want to connect to ssh server first. from that ssh server i want to telnet to other server/cisco router i have succesfully got into...
View ArticleNew Post: Using ShellStream and readline gives me double prompts
I have this problem too, any solutions yet?
View ArticleNew Post: Connecting via sshclient
hello cisconew, i could do it? I have the same need.
View ArticleNew Post: An established connection was aborted
Hello, In my code when I use KeepAliveInterval connection loss occurs if the application is finished with a signature of exception "An established connection was aborted by the software on the host...
View ArticleNew Post: PortForwading Bug
Hi, I detected a problem when using PortForwading. The first time, the tunneling is working properly, but after closing, the forwading rule is still working, ' RENCI Dim client As SshClient Dim port As...
View ArticleNew Post: PortForwading Bug
I'm unable to reproduce the issue. Local Port Forwardings open and close properly. Your Pics are too small to see anything.
View ArticleNew Post: SUDO with ScpClient?
Is there a way to transfer files with root permissions using the sudo command? Thanks!
View ArticleNew Post: PortForwading Bug
Thanks for reply. yes, really small.....I upload the pictures to another...
View ArticleNew Post: Use SSH.NET for regular FTP
i'd like to know the answer to this too! i tried, but it doesn't seem to work. i set the port to 21 instead of 22, but it just times out.
View ArticleNew Post: SSH.net server string is null by sftp.connect()
Hi, First of all I want to say that so far I have no experience with the ssh.net Framework. I want to connect to the server but the following problem (server string is null at line sftp.Connect();)...
View ArticleNew Post: SSH.net server string is null by sftp.connect()
Port 990 is FTPS not SFTP. SFTP => FTP over SSH FTPS => FTP with SSL/TLS FTPS is not supported by this library, since it has nothing to do with SSH.
View ArticleNew Post: PortForwading Bug
I am facing the exact same problem, see issue: http://sshnet.codeplex.com/workitem/1867
View ArticleNew Post: PortForwading Bug
bimbimone wrote: I am facing the exact same problem, see issue: http://sshnet.codeplex.com/workitem/1867 Actually no. You two are talking about different things. You get a "Only one usage of each...
View ArticleNew Post: PortForwading Bug
da_rinkes wrote:bimbimone wrote: I am facing the exact same problem, see issue: http://sshnet.codeplex.com/workitem/1867 Actually no. You two are talking about different things. You get a "Only one...
View ArticleNew Post: PortForwading Bug
I used this little console-application and everything is working fine:using System; using System.Diagnostics; using Renci.SshNet; namespace ConsoleApplication1 { class Program { static void...
View Article