How to connect shared hosting server using ssh via terminal
ฝัง
- เผยแพร่เมื่อ 10 พ.ย. 2024
- 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 : 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