Reputation: 9189
The app I am planning to develop involves sending SSH commands from the phone to a server that supports SSH. Is there a library that will help me connect and send commands to an SSH server? Thanks! I looked at libssh, but a lot of the stuff it used was deprecated in iOS6. ~Carpetfizz
Upvotes: 4
Views: 11259
Reputation: 9189
NMSSH works great! I was able to successfully implement this into an iOS project, and get everything to work.
https://github.com/Lejdborg/NMSSH
Upvotes: 9