git-annex/templates/configurators/confirmssh.hamlet
2012-09-02 15:37:18 -04:00

28 lines
962 B
Text

<div .span9 .hero-unit>
<h2>
Ready to add remote server
<div .row-fluid>
<div .span8>
<p>
The server has been verified to be usable.
<p>
<a .btn .btn-primary href="@{MakeSshR sshdata}" onclick="$('#setupmodal').modal('show');">
Clone this repository to the remote server
<div .span4>
$if haspubkey
<div .alert .alert-info>
<i .icon-info-sign></i> #
A ssh key will be installed on the server, allowing git-annex to #
access it securely without a password.
<div .modal .fade #setupmodal>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up repository on the remote server. This could take a minute.
$if haspubkey
<p>
You will be prompted once more for your ssh password. A ssh key #
is being installed on the server, allowing git-annex to access it #
securely without a password.