Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send SSH commands from iOS?

Tags:

objective-c

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

like image 240
Carpetfizz Avatar asked Jan 14 '23 06:01

Carpetfizz


1 Answers

NMSSH works great! I was able to successfully implement this into an iOS project, and get everything to work.

https://github.com/Lejdborg/NMSSH

like image 181
Carpetfizz Avatar answered Jan 20 '23 18:01

Carpetfizz