Ready to add remote server

The server #{sshHostName sshdata} has been verified to be usable.

You have two options for how to use the server:

$if not (rsyncOnly sshdata) Use a git repository on the server $else Use a git repository on the server (not available) # Retry
# The server needs git and git-annex installed to use this option.
All your data will be uploaded to the server, including the full # git repository. This is a great choice if you want to set up # other devices to use the same server, or share the repository with # others.

-or-

Use an encrypted rsync repository on the server
The contents of your files will be stored, fully encrypted, on the # server. The server will not store other information about your # git repository. This is the best choice if you don't run the server # yourself, or have sensitive data.

$if needsPubKey sshdata
# A ssh key will be installed on the server, allowing git-annex to # access it securely without a password. ^{sshTestModal}

Making repository ...

Setting up repository on the remote server. This could take a minute. $if needsPubKey sshdata

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.