Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created November 5, 2014 11:14
Show Gist options
  • Save bouassaba/51fbb0634ceb930a27b1 to your computer and use it in GitHub Desktop.
Save bouassaba/51fbb0634ceb930a27b1 to your computer and use it in GitHub Desktop.
FreeBSD | Allow remote SSH root login
# /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
AllowUsers root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment