Difference between revisions of "Second Steps (Buster)"

From Hexwiki
Jump to navigation Jump to search
(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...")
 
Line 10: Line 10:
 
* Set PasswordAuthentication no in /etc/ssh/sshd_config
 
* Set PasswordAuthentication no in /etc/ssh/sshd_config
 
* systemctl restart ssh
 
* systemctl restart ssh
 +
* After verifying I can sign in, I set the admin's password to something incomprehensible.
  
 
{{Bottom Buster}}
 
{{Bottom Buster}}

Revision as of 21:24, 5 June 2020

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
  • After verifying I can sign in, I set the admin's password to something incomprehensible.