Posts tagged with “cpanel

Configuring SSH to use a public / private key pair instead of a password

Sick of passwords? Simplify your life by configuring your SSH connection to use a public / private key pair instead. Before you get started, confirm you have SSH access to the remote server, as you’ll need it shortly. Generate the public / private key pair via the command-line: ssh-keygen -t rsa -b 4096 The -t […]