Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ atom-sync is an Atom package to sync files bidirectionally between remote host a
* Watch water flows.

### Notice ###
* Password based login is not supported—at least yet, you have to [assign your key file](https://www.linode.com/docs/security/use-public-key-authentication-with-ssh) and better host name in .ssh/config in advanced. Try to [Simplify Your Life With an SSH Config File](http://nerderati.com/2011/03/17/simplify-your-life-with-an-ssh-config-file/).
* You have to [assign your key file](https://www.linode.com/docs/security/use-public-key-authentication-with-ssh) and better host name in .ssh/config in advanced. Try to [Simplify Your Life With an SSH Config File](http://nerderati.com/2011/03/17/simplify-your-life-with-an-ssh-config-file/).
* For password based login you must install [sshpass](https://gist.github.com/arunoda/7790979) and set the `shell` property to `/usr/bin/sshpass -p password ssh -o StrictHostKeyChecking=no -l username ` in the configuration file.

### Config File (and Tutorial) ###
> .sync-config.cson
Expand Down Expand Up @@ -54,6 +55,8 @@ option:
]
flags: 'avzpur' # Advanced option: rsync flags
shell: 'ssh'
# or
#shell: '/usr/bin/sshpass -p password ssh -o StrictHostKeyChecking=no -l username'
trigger: # Triggers fire after uploading file successfully
# which STARTS with following patterns

Expand Down