2014-04-21 15:44:10 +00:00
|
|
|
<div .col-sm-9>
|
2014-05-02 14:19:17 +00:00
|
|
|
<div .content-box>
|
2014-04-21 15:44:10 +00:00
|
|
|
<h2>
|
|
|
|
Adding a remote server using ssh
|
|
|
|
<p>
|
|
|
|
You can use nearly any server that has ssh and rsync. For example, you #
|
|
|
|
could use a <a href="http://linode.com/">Linode</a> or #
|
|
|
|
<a href="http://vix.su/personalcolo/">another VPS</a>, or #
|
|
|
|
an account on a friend's server.
|
|
|
|
<p>
|
|
|
|
$case status
|
|
|
|
$of UnusableServer msg
|
|
|
|
<div .alert .alert-danger>
|
|
|
|
<span .glyphicon .glyphicon-warning-sign>
|
|
|
|
\ #{msg}
|
|
|
|
$of _
|
|
|
|
<p>
|
|
|
|
<form method="post" .form-horizontal enctype=#{enctype}>
|
|
|
|
<fieldset>
|
|
|
|
^{form}
|
|
|
|
^{webAppFormAuthToken}
|
|
|
|
<div .form-group>
|
2014-04-27 15:58:05 +00:00
|
|
|
<div .col-sm-10 .col-sm-offset-2>
|
2014-04-21 15:44:10 +00:00
|
|
|
<button .btn .btn-primary type=submit onclick="$('#testmodal').modal('show');">
|
|
|
|
Check this server
|
2013-03-16 16:58:59 +00:00
|
|
|
^{sshTestModal}
|