jakeheis / Shout

SSH made easy in Swift
MIT License
357 stars 103 forks source link

Issue authenticating with private key #27

Closed jnewc closed 4 years ago

jnewc commented 5 years ago

When I try to authenticate using private + public key, it causes the terminal to irrecoverably hang (even CTRL+C and CTRL+D don't allow exiting of the process).

I'm able to auth fine with username + password and then send files via SCP.

I know this is quite a specific issue but any advice is appreciated!

EDIT: I'm running on MacOS Mojave (10.14.5) using Swift 5.

jakeheis commented 4 years ago

Apologies for the delayed response. I haven't seen this before, could you post your code? Seeing the actual code may make it easier to diagnose the issue

jakeheis commented 4 years ago

Closing for now, feel free to reopen with code / more details!