config fix

master
pipistrello 2025-02-19 15:34:07 +03:00
parent 3248607582
commit 7824fec28b
1 changed files with 5 additions and 5 deletions

View File

@ -14,14 +14,14 @@ rest: 0.0.0.0:8888
next_adds_job: false next_adds_job: false
vars: vars:
auth_metods: "publickey" auth_metods: "publickey"
ssh_keys: ["/root/.ssh/id_dsa", "/root/.ssh/id_ed25519"] ssh_keys: ["/home/oxidized/.ssh/id_dsa", "/home/oxidized/.ssh/id_ed25519"]
ssh_no_keepalive: true ssh_no_keepalive: true
verify_host_key: never verify_host_key: never
groups: {} groups: {}
models: {} models: {}
pid: "/root/.config/oxidized/pid" pid: "/home/oxidized/.config/oxidized/pid"
crash: crash:
directory: "/root/.config/oxidized/crashes" directory: "/home/oxidized/.config/oxidized/crashes"
hostnames: false hostnames: false
stats: stats:
history_size: 10 history_size: 10
@ -38,11 +38,11 @@ output:
git: git:
user: oxidized user: oxidized
email: info@it-depot.ru email: info@it-depot.ru
repo: "/root/.git/default.git" repo: "/home/oxidized/.git/default.git"
source: source:
default: csv default: csv
csv: csv:
file: "/root/.config/oxidized/router.db" file: "/home/oxidized/.config/oxidized/router.db"
delimiter: !ruby/regexp /:/ delimiter: !ruby/regexp /:/
map: map:
name: 0 name: 0