-
Notifications
You must be signed in to change notification settings - Fork 200
PermitRootLogin yes #190
Comments
Hi, @ikr0m, we can do this, yes. Do you want to create a PR for this? |
Is |
@straight-shoota it is, e.g. usage of root login with ssh pubkey authentication only on the systems where you always work as root anyway |
Yeah, but that's achieved by
|
Right, I missed that.
It's just the question of perspective. Some people think gaining root privileges via sudo/su is 'a security feature' and gives some kind of protection, some people do not think so :) I think it's a good idea to have sane and secure defaults, but in the same time to allow overriding of options if needed. Sometimes there are edge cases where something like this might be needed for some reasons. If there is a way where it's possible to set a parameter and override a default behaviour - you are lucky, otherwise you start to fork the code and maintain patches. |
Fixed in #195 |
This repository contains following code in templates/opensshd.conf.j2 file:
It means it is impossible to write like this:
PermitRootLogin yes
It would be nice if we can control it's value. While testing root login is helpful.
The text was updated successfully, but these errors were encountered: