Category: System Adminstration

  • generate-proper-keypair

    ## introduction use this command to generate a private and public key for a linux users. ## why this matters the key created by the default `ssh-keygen` are bad and should be avoided. if you do not generate an RSA type key, when you set up linux key authentication you can get strange security errors.…