Implement SSH Client on iPhone

Does anyone know about an open source project for implementing an SSH client on iPHone? I really need a terminal emulation to run the console application that I have, I donโ€™t even need to get out of my sandbox. But Havent finds any terminal emulation that does not violate Apple's rules. (-MobileTerminal - just runs on jailbroken and runs my console application), and AFAIK cannot implement the Appstore version due to its forkpty () implementation.

I still see many SSH clients (such as a terminal) in the AppStore that send the received data. So there should be a way to emulate the terminal / console on the iPhone ... thatโ€™s what I need, but I donโ€™t see anyone giving out some kind of source code.

+6
source share
1 answer

My quick google shows this as a possible option: http://code.google.com/p/mobileterminal/

He is also in the Cydia store, and should give you a general direction. If you want to see the final implementation, I recommend Panic Software Prompt - http://www.panic.com/prompt/support.html

+1
source

Source: https://habr.com/ru/post/919611/


All Articles