Tagged Questions
3
votes
3answers
113 views
systemd service that needs .ssh/id_dsa password
I have a systemctl service that starts a process smd-loop in a screen session. This process requires acces to remote SSH sources (for syncing purposes) and thus needs to be able to access my id_dsa ...