Friday, April 30, 2021
Tuesday, April 27, 2021
Snowden file 2 Start SSH Server without typing a password - Sudoers (NOPASSWD) (hack folder)
I would like to execute the below command line without typing a password
sudo -s /bin/launchctl load -w /System/Library/LaunchDaemons/ssh.plist
So I tried to add the below lines to my sudoers but none of them works !
- ALL ALL= NOPASSWD: /bin/launchctl load -w /System/Library/LaunchDaemons/ssh.plist
- MyAccount ALL=(ALL) NOPASSWD: /bin/launchctl load -w /System/Library/LaunchDaemons/ssh.plist
- MyAccount ALL= NOPASSWD: /bin/launchctl load -w /System/Library/LaunchDaemons/ssh.plist
- MyAccount ALL=(ALL) NOPASSWD: /bin/launchctl *
- MyAccount ALL=(ALL) NOPASSWD: /bin/launchctl load -w /System/Library/LaunchDaemons/ssh.plist
What's wrong ?
I have tried "MyAccount ALL=(ALL) NOPASSWD: ALL" and it works perfectly however this does not suit me because of insecurity.
Add a comment
I've found a solution : just remove argument "-s" on sudo !
https://superuser.com/questions/426708/start-ssh-server-without-typing-a-password-sudoers-nopasswd
Subscribe to:
Posts (Atom)
China US AI URGENT meeting adversial attack ( Alibaba site commercial attack )
https://www.abc.net.au/news/2026-05-12/trump-xi-beijing-summit-must-confront-ai-cold-war/106666482 https://www.thewirechina.com/2026/03/29/...
