Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 799 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 799 Bytes

This is a tutorial for using self-compiled builds of the libssh2-library for iOS. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator.

@see: http://www.x2on.de/2011/02/02/libssh2-for-ios-iphone-and-ipad-example-app-with-ssh-connection/

The example uses libssh2 to make an ssh connection to an ssh server. Then you can execute commands on the server and get the output in your app.

You can build the libssh2 library with openssl or with libgcrypt!

libssh2 with openssl:

./build-all.sh openssl

libssh2 with libgcrypt:

./build-all.sh libgcrypt

UPDATE 2012-05-29: OpenSSL 1.0.1c + libssh 1.4.2 UPDATE 2011-02-08: I habe updated OpemSSL to 1.0.0d