简体   繁体   中英

SSH connection in C++ under Linux

I am coding a simple networking tool in C++ that should be working under unix/linux operating systems. I need to make SSH connection in C++, ie C++ SSH client ? And don't forget - Linux, so don't point me to msdn.

Thanks in advance.

Alternatives to libssh2 are:

Commercial and free licensing:

http://www.netsieben.com/products/ssh/#licensing

Only commercial

http://www.chilkatsoft.com/ssh-sftp-c++.asp

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

You can download the source for putty here. Should give you a good start.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM