Carpetfizz
Carpetfizz

Reputation: 9189

Send SSH commands from iOS?

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

Answers (2)

Carpetfizz
Carpetfizz

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

Femi
Femi

Reputation: 64710

You can look at this: I expect you'd still need to do a non-trivial bit of work to make it fit into your app, but that should work.

Upvotes: 0

Related Questions