Error when trying to SSH into server using a WSL

DatLemonDoe

I need to obtain data from a server, using my WSL (Ubuntu 20.04) and to do so I run the command

rsync -av -e "ssh -vvv -oPort=5822" 'address'

where 'address' is of course replaced with the actual address. Doing so results in the following error

OpenSSH_8.2p1 Ubuntu-4, OpenSSL 1.1.1f  31 Mar 2020
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug2: resolving 'adress' port 5822
debug2: ssh_connect_direct
debug1: Connecting to 'address' ['ip'] port 5822.
debug1: connect to address 'ip' port 5822: Resource temporarily unavailable
ssh: connect to host 'adress' port 5822: Resource temporarily unavailable
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(235) [Receiver=3.1.3]

Searching for solutions online originally had me believe that firewall settings caused the issue. However, despite turning off my firewall on windows, and disabling UFW on my WSL, the issue remains.

Is there anything else I should try?

Let me know if you need more information on my setup

ThunderBird

If despite turning off your firewall on Windows, and disabling UFW on your WSL, the issue remained, I suggest you install and set up a VPN.

Like, @ParsaMousavi mentioned in the comments above, you can first ping the address from your system, just to be sure you still aren't reaching the server before doing the above.

Hope this looks like an actual answer to your problem!

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

mongodb server error when trying to connect with angularJS $http

From Dev

500 Internal Server Error when trying to use ErrorDocument to handle request

From Dev

Error when trying to connect to Team Foundation Server

From Dev

Error when trying to open() sql server

From Dev

ArangoDB: Server error when trying to create a vertex using gharial interface

From Dev

Error when trying to run bokeh-server

From Dev

Server gives me a permission error when trying to scp, but not when ssh

From Dev

Error when trying to login using Selenium webdriver

From Dev

Can't connect to local MySQL server through socket error when using SSH tunel

From Dev

500 internal server error when trying to execute CURL

From Dev

Error 21 when trying to delete a SQL Server DB

From Dev

WSL: tabTitle not overwritten when using ssh

From Dev

Android app error when trying to connect to SQL Server 2005

From Dev

Error when trying to post using $resource

From Dev

'SqlException was unhandled' error when trying to connect to SQL Server database

From Dev

ArangoDB: Server error when trying to create a vertex using gharial interface

From Dev

Error When trying to install a package using dpkg

From Dev

Server gives me a permission error when trying to scp, but not when ssh

From Dev

Error when trying to install mysql server

From Dev

401 error using Alamofire and swift when trying to connect to my server

From Dev

Internal Server Error when trying to check url

From Dev

Error when trying to update npm on live server?

From Dev

SQL Server error when trying to connect

From Dev

SSH server for WSL openSUSE

From Dev

Getting "GTK+ 2.x symbols detected." error when trying to start a server using CommandBox

From Dev

How to troubleshoot timeouts when trying to ssh into Ubuntu 20.04 on WSL 2?

From Dev

Error in configuring SQL server in WSL

From Dev

WSL I am trying to run an Graphical Application using WSL through SSH but it is failing

From Dev

Permission denied error when using UseUrls() when trying to launch Kestrel

Related Related

  1. 1

    mongodb server error when trying to connect with angularJS $http

  2. 2

    500 Internal Server Error when trying to use ErrorDocument to handle request

  3. 3

    Error when trying to connect to Team Foundation Server

  4. 4

    Error when trying to open() sql server

  5. 5

    ArangoDB: Server error when trying to create a vertex using gharial interface

  6. 6

    Error when trying to run bokeh-server

  7. 7

    Server gives me a permission error when trying to scp, but not when ssh

  8. 8

    Error when trying to login using Selenium webdriver

  9. 9

    Can't connect to local MySQL server through socket error when using SSH tunel

  10. 10

    500 internal server error when trying to execute CURL

  11. 11

    Error 21 when trying to delete a SQL Server DB

  12. 12

    WSL: tabTitle not overwritten when using ssh

  13. 13

    Android app error when trying to connect to SQL Server 2005

  14. 14

    Error when trying to post using $resource

  15. 15

    'SqlException was unhandled' error when trying to connect to SQL Server database

  16. 16

    ArangoDB: Server error when trying to create a vertex using gharial interface

  17. 17

    Error When trying to install a package using dpkg

  18. 18

    Server gives me a permission error when trying to scp, but not when ssh

  19. 19

    Error when trying to install mysql server

  20. 20

    401 error using Alamofire and swift when trying to connect to my server

  21. 21

    Internal Server Error when trying to check url

  22. 22

    Error when trying to update npm on live server?

  23. 23

    SQL Server error when trying to connect

  24. 24

    SSH server for WSL openSUSE

  25. 25

    Getting "GTK+ 2.x symbols detected." error when trying to start a server using CommandBox

  26. 26

    How to troubleshoot timeouts when trying to ssh into Ubuntu 20.04 on WSL 2?

  27. 27

    Error in configuring SQL server in WSL

  28. 28

    WSL I am trying to run an Graphical Application using WSL through SSH but it is failing

  29. 29

    Permission denied error when using UseUrls() when trying to launch Kestrel

HotTag

Archive