Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support systems without sudo #18

Open
MeikelLP opened this issue Jan 1, 2025 · 2 comments
Open

Support systems without sudo #18

MeikelLP opened this issue Jan 1, 2025 · 2 comments

Comments

@MeikelLP
Copy link

MeikelLP commented Jan 1, 2025

I recently installed a new debian12. It comes without sudo and thus no /etc/sudoers file. I'm usually logging into root to execute sudo commands and not add users to the sudo group. I'm not a linux/security expert thus I don't know if this is the best way but that's how I do it.

The scrips fails:

grep: /etc/sudoers: No such file or directory
@Amateur-God
Copy link

you could just install sudo, using the root account and having root account accessible over SSH is not secure

@MeikelLP
Copy link
Author

MeikelLP commented Jan 9, 2025

root is not accessible via SSH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants