Thread: ssh root
View Single Post
  #5   (View Single Post)  
Old 7th April 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

  1. You continue to use [php] blocks, you were asked to use [code] blocks instead. Please use [code] blocks. Why? The [php] blocks assume php code syntax, and will highlight other text innappropriately.
  2. Changing the "yes" to "no" is insufficient. Why? Because the default settings are all commented out: they have leading "#" characters.
Change:

#PermitRootLogin no

to

PermitRootLogin no
Reply With Quote