I just want to consolidate journald entries across multiple boxes with a nice wen based UI. Anyone used cockpit for this? Or another solution?
Splunk?
Cockpit – Administer Linux servers via a web browser
151–152 of 152 posts
Re: Cockpit – Administer Linux servers via a web browser
#152Earlier quoted context omitted.
Why would you not have a passphrase on your key? Passphrase encryption is the default in ssh-keygen and probably every other ssh key generation utility. Having a magic file that grants access to a server scares the crap out of me -- but use the passphrase feature and it's far more secure than password auth.
You'd be surprised. ssh-keygen allows you to just hit enter and bypass the passphrase with no hoops to jump through and insufficient warning (IMO). Maybe that should be changed. But right now it's all too easy and convenient.
Well yes, but you're explicitly ignoring instructions at that point.
But I agree, making it more difficult (force the user to consult the man page and look up the flag -- see openssl cert generation) would be better.