Proper SSH keys location for a system user ?
Posted
by
Thibaut Barrère
on Server Fault
See other posts from Server Fault
or by Thibaut Barrère
Published on 2011-02-12T19:47:33Z
Indexed on
2011/02/12
23:27 UTC
Read the original article
Hit count: 209
I have a system account with which I run a database (namely mongodb). By default it has no home. Now I'd like to trigger scp commands from that account, with ssh keys authentication to a remote server, to export backups.
Should I just create a /home/mongodb and /home/mongodb/.ssh folders manually to store the SSH keys, like the default for regular users ? Is it still considered a system account after that ?
Thanks!
© Server Fault or respective owner