SSH connection in C++ under Linux

2019-04-13 16:42发布

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++, i.e. C++ SSH client ? And don't forget - Linux, so don't point me to msdn.

Thanks in advance.

标签: c++ ssh
3条回答
萌系小妹纸
2楼-- · 2019-04-13 16:54

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

查看更多
戒情不戒烟
3楼-- · 2019-04-13 17:07

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

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

查看更多
登录 后发表回答