P
P
Porohkun2013-12-09 18:48:19
SQL
Porohkun, 2013-12-09 18:48:19

Is there a library for SSH under C#?

In general, the situation is as follows: there is a postgres database, to which it is possible to connect in the only way - to connect via ssh to the Linux console in which the sql client is running. Yes, perversion, but there is no other way.
I'm currently using SharpSSH, but it's buggy to the core, and it's bugging me. Please advise what is better, even with links to examples of use.))

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mayorovp, 2013-12-09
@Porohkun

You can take a console ssh client and run it in tunnel mode. The plink.exe from the putty
PS kit will work even if you don't use it - it makes sense to compare the level of glitches when using different libraries, taking plink as an ideal, as a guaranteed working solution.

T
temaHT, 2013-12-10
@temaHT

Try this sshnet.codeplex.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question