Tagged Questions
0
votes
2answers
824 views
Avoid asking password if `su -m user command` is used under `user`?
If I run the script containing su -m user service userservice start under root user, I do not need to enter the password. But when I run it under user user, it asks passwords all the time. That really ...
6
votes
1answer
191 views
Backing up and restoring a system user account
How would I go about completely backing up a user account and restoring it on a new system? The Home directory is just 'copy-and-paste'. But then what about things like the account password; and its ...
2
votes
2answers
600 views
SFTP with Mysql user pass instead of PAM
Is there a way for people to log onto a debian server via sftp using just mysql database table as authentaction. IE not adding a user to the system?
I know it can be done over ftp and TLS but i ...