Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 285 Bytes

linux-server-getting-started.md

File metadata and controls

13 lines (11 loc) · 285 Bytes

Linux server getting stared

  1. setup root user
    • setup .ssh keys
    • disable password login
  2. install base packages:
    • update apt (for apt base distribution)
    • UFW
    • git (if required)
  3. setup firewall
    • setup UFW for port 22 (ssh access)