summaryrefslogtreecommitdiff
path: root/templates/configurators/confirmssh.hamlet
blob: 60bba8485790e49eb9b804260315634850b7edf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div .span9 .hero-unit>
  <h2>
    Ready to add remote server
  <div .row-fluid>
    <div .span8>
      <p>
        The server at #{sshHostName sshdata} 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> #
          <p>
            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.