Created Unassigned: Closing forwarded ports does not work [1867]
Dear all,I use PuTTy with the following settings for port forwarding which works fine:putty.exe -ssh user@hostname -L 5555:localhost:5555 -L 5554:localhost:5554 -N -pw passwordNow I want to do this...
View ArticleNew Post: SSH Tunnel / Port Forwarding
In my opinion you are using a wrong connection string. After forwarding your local port to the remote one through ssh, you must connect using "locahost", not "data". More, MySql standard port is 3306,...
View ArticleNew Post: Need latest DLL for .net 3.5 framework
Why not just compile? Thankfully, the classes were put together correctly.I modified the source as posted previously, made a new c# project in my solution, and it compiled to dll first time under...
View ArticleCreated Unassigned: Connection through proxy [1869]
Hi,I have an issue through a Symantec Web Gateway proxy server HTTP . The connection is made through to the proxy server but the authentication isn't passed and the connection fails. Is there something...
View ArticleNew Post: SFTP Middleman Transfer
Is there a way to have my application act as a "middleman" without saving the file locally? For example, a user clicks a button than the application grabs a file from SFTP Server A, then transfers it...
View ArticleCreated 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 ArticleNew Post: An established connection was aborted by the software in your host...
Hi! At the moment I am a bit unsure if it is due to using the ForwardedPortLocal and that my requests to the server side not always turns out to be ok, or how I should but it. Have created a camera...
View ArticleNew Post: SftpClient.Exists always return true
I've just bumped into this issue as well. It only seems to occur when using a remote sshd for me. The issue tracker appears to be down. Was there a useful workaround in the bug report?
View ArticleNew Post: Tailing a file as its being written
Any update on the problem with the complete reprint of the output?
View ArticleCreated 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 ArticleNew Post: Tailing a file as its being written
So here's how I did it, it works-ish, but sometimes randomly disconnects or stops tailing. Let me know if you have any questions.PasswordConnectionInfo connectionInfo = new...
View ArticleNew Post: Use SSH.NET for regular FTP
Hi, this may sound like a stupid question, but can I use SSH.NET for regular FTP connections and downloads? I'd like to use this since I'm already familiar with their syntax for SftpClient. Regards,...
View ArticleNew Post: SSH Tunnel / Port Forwarding
I had the problem when I used that override: public ForwardedPortLocal(uint boundPort, string host, uint port);var port = new ForwardedPortLocal(27017, "127.0.0.1", 27017); Instead, I used var port =...
View ArticleNew 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 ArticleCreated Unassigned: Sending EOF on wrong channel number. [1877]
In the latest version under Source Code I always gets problem with my devices that runs dropbear_0.52 after a few/seconds 10-20 seconds. I took a look in the log on one the devices and could see that...
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 ArticleCreated Unassigned: Executing Powershell command through freeSSHd & WinSSHD...
The SSH.NET library is locking up when I run a Powershell script through freeSSHd and WinSSHD. Executing VBScripts through cscript.exe works without issue. I have included example C# code for both (see...
View Article