I have some command help to connect with a main board need to run in a terminal window as below:
- ssh root@IP address
- enter password
- check connection with board
- send another command to main board
How do I execute that some command and show the receive data in a Process in swift or objective-c?
Thanks for all your answers.