List of essential Linux commands for server management

post, Aug 1, 2021 on Mitja Felicijan's blog

Generate SSH key

ssh-keygen -t ed25519 -C "your_email@example.com"
-- 
cgit v1.2.3