Ready to add remote server

The server #{sshHostName sshdata} has been verified to be usable. $if not (rsyncOnly sshdata)

You have two options for how to use the server.

Use a git repository on the server
All your data will be uploaded to the server. If you set up other # devices to use the same server, they will all be kept in sync, # using the server as a central hub. #

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.

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

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.