I wonder if anyone was able to connect to the Mac using their iOS device via SSH (Remote Login) to access the terminals and execute commands. I know that this is definitely possible, as the Mobile Terminal application does it perfectly. I am trying to implement this connection in an iOS4 application. Does anyone know the code for this?
MobileTerminal.app is a terminal emulator that simply calls OpenBSD OpenSSH. Unfortunately, you cannot do this, because it is required for this fork(), and one of the things that the sandbox prohibits is fork(). The easiest way to do this is simply to take the OpenSSH source and apply the CocoaTouch GUI to it.
fork()
iPhone-, SSH libssh2. , , privateKey, . Amazon EC2, .
, , ? , - , . AWS MAC, .
ssh -i (keyFilePath) @( IP)
, , Xcode.
Source: https://habr.com/ru/post/1765472/More articles:Removing HTML data - htmlhasoop + one key to each gearbox - hadoopHow to create a new branch based on an existing Git node branch? (Please read - tried the beginners guide) - githttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1765470/is-it-good-practice-to-have-an-a-tag-that-just-exists-for-its-tooltip&usg=ALkJrhhDKdcI0YyzucBBGsqcAvblfkGwJQChanging URLs in Sharepoint 2010 - sharepoint-2010"null" is null or not an object error in IE - javascriptPrint console output in RichEdit - c #Visual Studio 2013 - How to view the output in the console? - c #UPLOAD_ERR_EXTENSION (# 8) in PHP? - maxHow to profile initialization function call time when dyld loads an image? - c ++All Articles