SSH
SSH-KEYGEN
ssh-keygen -t rsa -b 2048 -C "Comment" -f outputname
SCP
SFTP
GPG
Download key, import it and check it’s Public ID
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --imp
ort -
gpg --list-keys
ssh-keygen -t rsa -b 2048 -C "Comment" -f outputname
Download key, import it and check it’s Public ID
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --imp
ort -
gpg --list-keys