Displaying 2 results from an estimated 2 matches for "backup_user".
2005 Sep 06
1
CentOS 3 -> logins
...es a
task. Is that normal?
crond:
Unknown Entries:
session closed for user root: 381 Time(s)
session opened for user root by (uid=0): 379 Time(s)
session closed for user user: 239 Time(s)
session opened for user user by (uid=0): 239 Time(s)
session closed for user backup_user: 2 Time(s)
session opened for user backup_user by (uid=0): 2 Time(s)
--
Ugo
-> Please don't send a copy of your reply by e-mail. I read the list.
-> Please avoid top-posting, long signatures and HTML, and cut the
irrelevant parts in your replies.
2017 Sep 01
3
sftp/scp only without real users
Hi,
my goal: sftp/scp only access, without the need for linux users.
I want to provide 10 sftp/scp directories to 10 people. Let's call this
"virtual account"
I don't want to create linux users for each of them.
I would like to create one linux user (backup_user). In his
home-directory will be 10 directories. For each "virtual account" one
directory.
Every virtual account must only see his own files, not the files from an
other virtual account.
I would like to use the solution which is provided here:
https://serverfault.com/a/88864/90324
I...