I am using Rebex SFTP to connect to a remote machine. I get the following error "No connection could be made because the target machine actively refused it."

Could you help me on how to setup a connection to the remote server. Or to setup a user for authentication.

asked 13 Sep '11, 17:42

sum's gravatar image

sum
15
accept rate: 0%

edited 11 Oct '11, 17:06

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310


This exception usually occurs when there is no SSH/SFTP service listening at the remote machine. For example, if the machine only runs an FTP or FTP/SSL server at port 21, you would get this exception when trying to connect to SSH/SFTP's port 22.

link

answered 16 Sep '11, 17:09

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×141
×3

Asked: 13 Sep '11, 17:42

Seen: 591 times

Last updated: 11 Oct '11, 17:06