Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

Remote targets

Sander Struijk edited this page Aug 29, 2014 · 3 revisions

To be able to use websync with remote targets you need to add your ssh RSA key to authorized_hosts on the remote target.

websync does not support being prompted for a password so the key needs to be passwordless.

OS X

copy ssh id to target (brew install ssh-copy-id)

ssh-copy-id <username>@<hostname>:<port>

Ubuntu

copy ssh id to target

ssh-copy-id <username>@<hostname>:<port>

Debian

copy ssh id to target

ssh-copy-id <username>@<hostname>:<port>
Clone this wiki locally