SSH From Windows application
-
Hello All,
What is the best way to SSH into a remote unix/linux machine, issue commands, get respons, the application will run on windows machines.
I appreciate your feedback, am using 4.8.x
Something that is working for me in C# is this
http://www.codeproject.com/Articles/11966/sharpSsh-A-Secure-Shell-SSH-library-for-NET
What i need is something similar!
Thank you!
-
http://www.chilkatsoft.com/ not free though
-
http://www.libssh.org/ and is LGPL-2.1, plain C rather than C++ though
-
[quote author="Terence Simpson" date="1348151789"]http://www.libssh.org/ and is LGPL-2.1, plain C rather than C++ though[/quote]
Will it easily integrate with Qt? If I complied the code for OSX will it work, have anyone tested it so I can invest my time in it
Thank you for your time :)
I appreciate it! :)