Coolify SSH files are updated all the time #3409
Replies: 3 comments 3 replies
-
Coolify needs to write to mux as this is a needed for SSH multiplexing to work, so yes these files will change. SSH keys are always kept even if they are no longer used, which piles up. I will open a PR soon to fix this problem. |
Beta Was this translation helpful? Give feedback.
-
Created an Issue: #3413 |
Beta Was this translation helpful? Give feedback.
-
@sneko The ssh keys should be populated once on creation (or trough one of the next updates) the mux folder is for multiplexing ssh every hour the file is removed and recreated by ssh so I would not watch mux as the file signature will probably change. But I would watch the ssh key folder after one of the next updates. |
Beta Was this translation helpful? Give feedback.
-
Hi @andrasbacsai ,
I'm using
aide
(https://aide.github.io/) to snapshot all sensitive files signatures and compare them regularly. But my checks always trigger due to Coolify. See below accross 3aide --config /etc/aide/aide.conf --check
(or--update
), files seem always being touched.I could exclude them from the scope of checks but I doubt since ssh folder is sensitive. Do you know if Coolify is responsible of this? Like overriding files all the time even if same keys?
Beta Was this translation helpful? Give feedback.
All reactions