{"id":13420295,"url":"https://github.com/x2on/libssh2-for-iOS","last_synced_at":"2025-03-15T06:32:20.807Z","repository":{"id":136903714,"uuid":"1317693","full_name":"x2on/libssh2-for-iOS","owner":"x2on","description":"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.","archived":true,"fork":false,"pushed_at":"2016-05-27T15:09:33.000Z","size":6098,"stargazers_count":400,"open_issues_count":0,"forks_count":145,"subscribers_count":35,"default_branch":"master","last_synced_at":"2024-07-31T22:54:23.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.x2on.de/2011/02/02/libssh2-for-ios-iphone-and-ipad-example-app-with-ssh-connection/","language":"Objective-C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/x2on.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2011-02-01T20:27:40.000Z","updated_at":"2024-07-06T20:47:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b984bce-d6b4-463f-8e44-898fcf077c9e","html_url":"https://github.com/x2on/libssh2-for-iOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x2on%2Flibssh2-for-iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x2on%2Flibssh2-for-iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x2on%2Flibssh2-for-iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x2on%2Flibssh2-for-iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x2on","download_url":"https://codeload.github.com/x2on/libssh2-for-iOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695450,"owners_count":20332621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T22:01:30.652Z","updated_at":"2025-03-15T06:32:20.529Z","avatar_url":"https://github.com/x2on.png","language":"Objective-C","readme":"# libssh2-for-iOS [![Build Status](https://travis-ci.org/x2on/libssh2-for-iOS.png)](https://travis-ci.org/x2on/libssh2-for-iOS)\n\nThis 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.\n\n@see: http://www.x2on.de/2011/02/02/libssh2-for-ios-iphone-and-ipad-example-app-with-ssh-connection/\n\nThe 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.\n\nYou can build the libssh2 library with openssl or with libgcrypt!\n\n## Requirements:\n- Xcode 7.1\n- Xcode Command Line Tools\n\n## Readme\n### Checkout the submodules:\n```bash\ngit submodule init\ngit submodule update\n```\n### libssh2 with openssl:\n```bash\n./build-all.sh openssl\n```\n### libssh2 with libgcrypt:\n```bash\n./build-all.sh libgcrypt\n```\n### Solve problems:\nCheck the log files in the ```bin``` folder\n## Changelog:\n\n* 2015-12-11: OpenSSL 1.0.2e\n* 2015-01-11: Support for Xcode 7 and iOS 9.1, OpenSSL 1.0.2d\n* 2015-01-11: OpenSSL 1.0.1k\n* 2015-01-06: Support for Xcode 6 and iOS 8.1, OpenSSL 1.0.1j\n* 2014-03-25: Support for Xcode 5.1 and iOS 7.1\n* 2013-09-26: Support for Xcode 5 and iOS 7\n* 2013-03-03: Move OpenSSL to submodule\n* 2013-03-02: OpenSSL 1.0.1e\n* 2013-01-01: libssh 1.4.3\n* 2012-05-29: OpenSSL 1.0.1c + libssh 1.4.2\n* 2011-02-08: OpenSSL 1.0.0d\n","funding_links":[],"categories":["TODO scan for Android support in followings","Objective-C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx2on%2Flibssh2-for-iOS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx2on%2Flibssh2-for-iOS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx2on%2Flibssh2-for-iOS/lists"}