Search code examples
iosswiftsshserver

SSH connection to Raspberry using Swift


I want to fetch remote system's files from my iOS device by establishing SSH Connection using Swift and then some execute commands. I am able to connect through Mac terminal using below command:

ssh [email protected]

Which library/framework do I need to install. Also, any sample implementation?


Solution

  • I was able to connect to remote environment using NMSSH framework.

    https://github.com/NMSSH/NMSSH