How to connect shared hosting server using ssh via terminal
Follow the steps 1. log in to your Cpanel 2. Search the ssh access and generate the PPK key 3. install putty in your system mac: brew install putty linux :sudo apt install -y putty windo : https://www.putty.org/ 4. convert ppk to pem mac: puttygen privatekey.ppk -O private-openssh -o privatekey.pem linux: puttygen ppk_file.ppk -O private-openssh -o pem_file.pem 5. login to server ssh -i pemfile username@ip #ssh #code #putty #sharedhosting #hosting #howto #ubuntu #linux #mac #windows
Follow the steps 1. log in to your Cpanel 2. Search the ssh access and generate the PPK key 3. install putty in your system mac: brew install putty linux :sudo apt install -y putty windo : https://www.putty.org/ 4. convert ppk to pem mac: puttygen privatekey.ppk -O private-openssh -o privatekey.pem linux: puttygen ppk_file.ppk -O private-openssh -o pem_file.pem 5. login to server ssh -i pemfile username@ip #ssh #code #putty #sharedhosting #hosting #howto #ubuntu #linux #mac #windows