Frugghi / SwiftSH

A Swift SSH framework that wraps libssh2.
MIT License
194 stars 71 forks source link

How to use .byPublicKey,i always fail. #30

Open JoslynWu opened 4 years ago

JoslynWu commented 4 years ago

Thanks for the ssh tool provided, it has helped me a lot.

I want to connect to ssh using .byPublicKey, so I generated a key pair of type ed25519 and tested it successfully on mac, but on iOS it always fails.

Hope to give us an example of a connection using .byPublicKey?

Thank you!

ios-52 commented 1 year ago

@JoslynWu you got any solutions.i am facing same issue