mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-06 00:30:46 +00:00
Use local ssh server for tests
This commit is contained in:
parent
564d54be76
commit
4c3cf2e6af
@ -24,6 +24,10 @@ sync {
|
||||
default.rsyncssh,
|
||||
delay = 3,
|
||||
host = 'localhost',
|
||||
ssh = {
|
||||
port= 2468,
|
||||
identityFile = "]] .. script_path() .. [[/ssh/id_rsa",
|
||||
},
|
||||
source = ']]..srcdir..[[',
|
||||
targetdir = ']]..trgdir..[[',
|
||||
exclude = {
|
||||
|
Loading…
Reference in New Issue
Block a user