[x] If user name is empty, prompt for user name - we always require a user for now. A future feature might support this
[x] If password and key are empty, prompt for password
[x] #62
[x] If there is no stored passphrase for key, prompt for password
[x] Trigger connection
[x] Preview of connection
The current flow does the authentication and SSH setup from a view that has been added. Perhaps we should establish the connection first, and only if it succeed, we create the ViewController and views.
The current flow does the authentication and SSH setup from a view that has been added. Perhaps we should establish the connection first, and only if it succeed, we create the ViewController and views.