Skip to content

Fix issue with multiple "PermitRootLogin" lines in Ubuntu sshd_config

Willard Dennis requested to merge github/fork/wdennis/master into master

Now edits the already-existing PermitRootLogin line in place to ensure it's uncommented, and then ensures it has the correct value as set by the "access_ssh_root_mode" parameter (if existing)

Merge request reports