SSH From Windows application
-
wrote on 20 Sept 2012, 12:08 last edited by
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!
-
wrote on 20 Sept 2012, 14:24 last edited by
http://www.chilkatsoft.com/ not free though
-
wrote on 20 Sept 2012, 14:36 last edited by
http://www.libssh.org/ and is LGPL-2.1, plain C rather than C++ though
-
wrote on 20 Sept 2012, 14:54 last edited by
[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! :)
1/4