Posts Tagged SSH authorized keys
March 28, 2013
You need to generate SSH Key ( the private key )on your cpanel server and then update remote server with the authorized_keys 1. Check if .ssh folder already exist under your home directory (/home/user-name/.shh ). If not create a folder .ssh # mkdir .ssh 2. Generate or create SSH key run ssh-keygen command. # ssh-keygen […]
+