I am working on one application for the iPhone on which we need to use SSH integration. I have a demo that can connect a server with a password, but I canโt get how to connect it using a public key.
I can connect it through the MAC terminal using the command below.
ssh -i (KeyFilePath) username @ (domain or IP name)
But unfortunately, I cannot connect using Xcode.
Thanks,
source share