Skip to content
Snippets Groups Projects
Commit 27e2be93 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Disable root login on ssh

parent 21371bac
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
keys_url: https://git.sch.bme.hu/rlacko.keys keys_url: https://git.sch.bme.hu/rlacko.keys
ssh: ssh:
port: 22 port: 22
permitRootLogin: 'without-password' permitRootLogin: 'no'
pubkeyAuthentication: 'yes' pubkeyAuthentication: 'yes'
passwordAuthentication: 'no' passwordAuthentication: 'no'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment