Valuable News – 2026/04/20

Thanks.

...
Candalf is Simple Tool to Orchestrate Linux/FreeBSD/macOS/UNIX Systems Configuration.
...
*click-clicky*
  • Logging in with root password over SSH should be allowed and enabled.
oops! That's not a very good idea.
Also after a quick peek, it looks like a dependency of rsync(1) should be added for that project.
 
*sigh* Another project without a manpage. When I forget how to use something I typically start by typing 'man <whatever>' -i.e. I do not think to "check a website".
 
"ssh passwords" is expressing that you use ssh with the regular login password.

I can't imagine this being useful for orchestration (typing the password every time you hit a given machine) when ssh agent login is around (typing the passphrase once after establishing the agent). Apart from the typing the password is less secure since a guess of the password is sufficient for compromise, whereas in the agent case you don't only need the passphrase, you also need the private key client-side.
 
"ssh passwords" is expressing that you use ssh with the regular login password.
Oh, yes. No passwords is the way (and no "root ssh access"--it's off by default for a reason).

I prefer to keep things as simple as possible whenever I can (-i.e. I don't need extra moving parts when I'm trying to solve a problem. I think they--professionals--call this "auditable").
 
Back
Top