Password-less authentication using public/private key pair Create public/private key pair Default is RSA key pair for use with SSH v2 It is created in .ssh/ in home directory Files created are id_rsa (private key file) and id_rsa.pub (public key file) Copy public key to remote server .ssh/authorized_keys file .ssh/ is in the home directory of […]
Tag Archives: encryption
cryptsetup
Create a LUKS (Linux Unified Key Setup) formatted, encrypted device: Display encrypted device info: Open (unlock) encrypted device Close (lock) encrypted device Add pass-phrase from key_file, total of eight are allowed Open encrypted drive using key file