Skip to content
  • articles
  • cats
    • Main
    • Code
    • OS
    • Apps
    • Network

zilli³

IT

How to enable root login over SSH on FreeBSD

January 17, 2017October 26, 2015 by Zilli

Firstly, You will need to edit the SSH daemon configuration file to enable this like so..

vi /etc/ssh/sshd_config

ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM no
PermitRootLogin yes

Restart SSH daemon

/etc/rc.d/sshd restart

Categories OS Tags FreeBSD, ssh
Startup Design Framework – slide autoscrolling
FreeBSD – Install and Configure Webmin Web-based Interface
  • articles
  • cats
    • Main
    • Code
    • OS
    • Apps
    • Network
© 2023 zilli³ • Built with GeneratePress