107
Add following to sshd_config file
## Block root login to every one ##
PermitRootLogin no
## No more password login ##
PermitEmptyPasswords no
PasswordAuthentication no
## Okay allow root login with public ssh key for 192.168.2.5 only ##
Match Address 192.168.2.5
PermitRootLogin yes