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