migueldeicaza / SwiftTermApp

MIT License
305 stars 29 forks source link

Rework key setup #91

Closed migueldeicaza closed 2 years ago

migueldeicaza commented 2 years ago

Rather than binding a specific key per connection, treat all keys as the keys that can be suggested to the remote server, like ssh-agent.

migueldeicaza commented 2 years ago

This is done, but I should allow in the host editing to have an empty ssh key, but when this is the case, perhaps I should force just the use of SSH keys, and not bother prompting for a login/password?

migueldeicaza commented 2 years ago

Done