These commands will create the ssh key and then copy it up to the server to allow password-less ssh. ssh-keygen ssh-copy-id -i ~/.ssh/id_rsa.pubĀ REMOTE_HOST more »
Tag: "cli"
Useful for if you quickly need file contents in the clipboard: catĀ FILE_NAME | xclip -selection c Might need to install xclip: sudo apt install xclip more »