85e9e8c0cf
When setting up a remote on a ssh server, prompt for a password inside the webapp, rather than relying on ssh's own password prompting in the terminal the webapp was started from, or ssh-askpass. Avoids double prompting for the ssh password (and triple-prompting on windows for rsync.net), since the entered password is cached for 10 minutes and this cached password is reused when setting up the repository, after the initial probe. When the user has an existing ssh key set up, they can choose to use it, rather than entering a password. The webapp used to probe for this case automatically, so this is a little harder, but it's an advanced user thing. Note that this commit is known to break enabling existing rsync repositories. It hs not been tested with gcrypt repositories. It's not been successfully tested yet on Windows. This commit was sponsored by Ralph Mayer.
13 lines
446 B
Text
13 lines
446 B
Text
<div .modal .fade #setupmodal>
|
|
<div .modal-dialog>
|
|
<div .modal-content>
|
|
<div .modal-header>
|
|
<h3>
|
|
Setting up repository ...
|
|
<div .modal-body>
|
|
<p>
|
|
Setting up repository on the remote server. This could take a minute.
|
|
$if needsPubKey sshdata
|
|
<p>
|
|
A ssh key is being installed on the server, allowing git-annex #
|
|
to access it securely without a password.
|