Skip to content
Alexandre Quessy edited this page Feb 2, 2017 · 3 revisions

2017-02-01

  • adduser aalex
  • usermod -aG sudo aalex
  • sudo ufw allow OpenSSH
  • sudo ufw enable
  • sudo ufw status
  • sudo vim /etc/ssh/sshd_config
    • UseDNS no
    • PermitRootLogin prohibit-password
  • install build-deps