We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When @node['ssh']['allow_root_with_key'] == false (default) we set PermitRootLogin no in opensshd.conf.
@node['ssh']['allow_root_with_key'] == false
PermitRootLogin no
In this case, we should not touch /root/.ssh/authorized_keys as well.
/root/.ssh/authorized_keys
The text was updated successfully, but these errors were encountered:
I see that working with remote "authorized_keys" is now deprecated, and so this issue is irrelevant. Closing.
Sorry, something went wrong.
@mkonecny Thanky you very much anyway. In case you find anything, please report it. This will enable us to improve the cookbooks to the specific needs
No branches or pull requests
When
@node['ssh']['allow_root_with_key'] == false
(default) we setPermitRootLogin no
in opensshd.conf.In this case, we should not touch
/root/.ssh/authorized_keys
as well.The text was updated successfully, but these errors were encountered: