Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x2on/libssh2-for-iOS
A script for compiling libssh2 for iOS Devices (iPhone, iPad, iPod Touch). The example app can connect to an server with SSH and execute commands.
https://github.com/x2on/libssh2-for-iOS
Last synced: 18 days ago
JSON representation
A script for compiling libssh2 for iOS Devices (iPhone, iPad, iPod Touch). The example app can connect to an server with SSH and execute commands.
- Host: GitHub
- URL: https://github.com/x2on/libssh2-for-iOS
- Owner: x2on
- Archived: true
- Created: 2011-02-01T20:27:40.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T15:09:33.000Z (over 8 years ago)
- Last Synced: 2024-07-31T22:54:23.885Z (3 months ago)
- Language: Objective-C
- Homepage: http://www.x2on.de/2011/02/02/libssh2-for-ios-iphone-and-ipad-example-app-with-ssh-connection/
- Size: 5.82 MB
- Stars: 400
- Watchers: 35
- Forks: 145
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libssh2-for-iOS [![Build Status](https://travis-ci.org/x2on/libssh2-for-iOS.png)](https://travis-ci.org/x2on/libssh2-for-iOS)
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!
## Requirements:
- Xcode 7.1
- Xcode Command Line Tools## Readme
### Checkout the submodules:
```bash
git submodule init
git submodule update
```
### libssh2 with openssl:
```bash
./build-all.sh openssl
```
### libssh2 with libgcrypt:
```bash
./build-all.sh libgcrypt
```
### Solve problems:
Check the log files in the ```bin``` folder
## Changelog:* 2015-12-11: OpenSSL 1.0.2e
* 2015-01-11: Support for Xcode 7 and iOS 9.1, OpenSSL 1.0.2d
* 2015-01-11: OpenSSL 1.0.1k
* 2015-01-06: Support for Xcode 6 and iOS 8.1, OpenSSL 1.0.1j
* 2014-03-25: Support for Xcode 5.1 and iOS 7.1
* 2013-09-26: Support for Xcode 5 and iOS 7
* 2013-03-03: Move OpenSSL to submodule
* 2013-03-02: OpenSSL 1.0.1e
* 2013-01-01: libssh 1.4.3
* 2012-05-29: OpenSSL 1.0.1c + libssh 1.4.2
* 2011-02-08: OpenSSL 1.0.0d