migueldeicaza / SwiftTermApp

MIT License
305 stars 29 forks source link

If ssh key requires a passphrase, ask for it during connection #62

Closed migueldeicaza closed 3 years ago

migueldeicaza commented 3 years ago

If the ssh key has a passphrase, this should request it.

Method to check if a key requires a passkey is here:

openSSHKeyRequiresPassword ()

migueldeicaza commented 3 years ago

Done