Second Steps (Buster)

From Hexwiki
Revision as of 21:22, 5 June 2020 by Vekseid (talk | contribs) (Created page with "After we're finished with IPMI. * Setup private key in ~/.ssh/authorized_keys for admin account I have grown used to vim, lately, so: * apt-get install vim vim-doc exuberan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

After we're finished with IPMI.

  • Setup private key in ~/.ssh/authorized_keys for admin account

I have grown used to vim, lately, so:

  • apt-get install vim vim-doc exuberant-ctags
    • Heretics may substitute this with their inferior editor of choice
  • update-alternatives --config editor
  • Set PasswordAuthentication no in /etc/ssh/sshd_config
  • systemctl restart ssh