Block root access, ssh.
Hey,
Just a fast tip, if you want to have a ssh server more secure disable root access in “/etc/ssh/sshd_config”
Find the line starting with PermitRootLogin and set it to nojust like this:
PermitRootLogin no.
I already setup my ubuntu server, and have infos about ssh and other configurations. I’m translating the old articles to english first, so don’t get angry if I take a little time to post it. I hope in the next month the portuguese version and the english, start to run together
Bye,
Matheus
6 Comments
Other Links to this Post
-
Matheus Bratfisch — %A %B %e%q, %Y @ %I:%M %p
-
Matheus Bratfisch — %A %B %e%q, %Y @ %I:%M %p
-
Matheus Bratfisch — %A %B %e%q, %Y @ %I:%M %p
-
Matheus Bratfisch » Instalar e deixar seu servidor SSH mais seguro. — %A %B %e%q, %Y @ %I:%M %p
RSS feed for comments on this post. TrackBack URI






By Wilson, %A %B %e%q, %Y @ %I:%M %p
Amigo, o seu tutorial está errado , ao inves de comentar a linha, devemos mudar de yes para no
abcs
By Matheus (X-warrior) Bratfisch, %A %B %e%q, %Y @ %I:%M %p
Por default o #PermitRootLogin vem comentado. Então para voce desabilitar o Login Root voce deve descomentar a linha, deixando como não. Já que o default é YES. O tutorial não está errado já que diz para voce descomentar a linha quando a mesma é NO. O que é pertinente ao meu sistema operacional. Mas obrigado pela dica.