SSH Keys can be used to authenticate & execute commands on remote servers. You can generate a new public/private key using the following command: ssh-keygen -t rsa -b 4096
ssh-keygen -t rsa -b 4096