Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
fuss-server
Commits
6357a1d0
Verified
Commit
6357a1d0
authored
Jan 17, 2022
by
Marco Marinello
Browse files
Added root ssh (authorized) keys / known hosts to fuss-dump.sh
parent
d6aa37b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/fuss-dump.sh
View file @
6357a1d0
...
...
@@ -65,7 +65,11 @@ for i in /etc/samba/shares.conf \
/etc/fuss-backup/fuss-backup.conf
\
/etc/fuss-server/fuss-captive-portal.conf
\
/etc/fuss-server/ap-config.sh
\
/etc/clusters
/etc/clusters
\
/root/.ssh/authorized_keys
\
/root/.ssh/id_rsa
\
/root/.ssh/id_rsa.pub
\
/root/.ssh/known_hosts
do
if
[
-e
$i
]
;
then
tar
-uf
$DATAFILE
$i
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment