Groups | Blog | Home
all groups > dotnet remoting > may 2004 >

dotnet remoting : connecting to a remote server using ssh


shalin
5/27/2004 12:01:02 AM
hi

I know the ip of a remote machine. I need to connect to this machine using ssh protocol and ppk encryption. Can I do this using dot net framework sockets?? Can some one provide me the code its very urgent

Sunny
5/27/2004 12:11:32 PM
This is not exactly a remoting question. Maybe you can get more reliable
answer in dotnet.framework or dotnet.framework.languages.csharp
newsgroups.

But, if you clarify your question, I'll try to help.

Sunny

In article <C62115B2-4088-4C32-8DC3-F50865012E04@microsoft.com>,
shalin@imagine.co.in says...
[quoted text, click to view]
shalin
5/27/2004 9:51:09 PM
I will tell u exactly what I need. I have a ibm machine in a remote location. I know the ip address of the remote machine and the protocol(ssh protocol) which is needed to connect to that machine. The authentication which that ibm machine uses is ppk. I want to connect to that machine send some request and retrieve information, its something like terminal emulation and screen scraping

Allen Anderson
6/1/2004 9:47:29 AM
your best off going with straight sockets for this, I would avoid
remoting in this case because you would have to set up all your own
sinks to get it working.

Allen Anderson
http://www.glacialcomponents.com
mailto: allen@put my website url here.com

On Thu, 27 May 2004 21:51:09 -0700, shalin
[quoted text, click to view]
AddThis Social Bookmark Button