i am using the Sftp component to connect to a remote machine and am getting the error "No such host is know". Does SSH need to be set up on both the host and remote machine. Current ssh is only running on the remote box, the host machine which has the rebex component does not have SSH installed. I cant see anything in your documentation.

asked 21 Apr '10, 15:13

Adnan's gravatar image

Adnan
16
accept rate: 0%


From the exception text it looks you either mistype server name or remote machine is unreachable. Please ensure you are able to ping the remote machine (please use the same string as you are using in your code when calling the Sftp.Connect(“serverName”) method).

There is no need to install SSH on the client machine (computer which has the Rebex component).

link

answered 21 Apr '10, 16:49

Lukas%20Matyska's gravatar image

Lukas Matyska ♦♦
78217
accept rate: 27%

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:

×39

Asked: 21 Apr '10, 15:13

Seen: 319 times

Last updated: 21 Apr '10, 16:49