Establishing a connection to a linux server

Basavaraj

New member
Joined
Aug 16, 2019
Messages
1
Programming Experience
3-5
I have a linux server hosted, It has a username and password to login, and i am trying to establish a connection to that server from vb.net/c#.net code?
1) I tried with sockets but that does not accept the user name and password. 2) I tried with Tamir.SharpSsh but that is not working it is giving some algorithm negotiation error. 3) I am trying with the SSH.Client dll but getting the error " Unable to load the dll".
 
Back
Top