Create Public/Private id_rsa key in local pc and connect to remote ssh
Generate SSH key on Ubuntu Copy the public key Import the key into cPanel Connect to the server using the key (Optional) Fix permissions (important)
Generate SSH key on Ubuntu Copy the public key Import the key into cPanel Connect to the server using the key (Optional) Fix permissions (important)
1- Install NVM 2- Run this command 3- Use latest node May be you will encountered below error during node/npm version check command run. To fix above please install
It looks like you’re trying to pull changes from a remote repository, but Git is preventing the pull because you have local changes that would be overwritten by the merge. Specifically, your files has local changes that need to be handled before proceeding with the pull. To resolve this issue, you have a few options: Option […]
Method 1: Login to Server using SSH and Type below command eval “$(ssh-agent -s)” — starts the SSH agent and sets environment variables like SSH_AUTH_SOCK. ssh-add ~/.ssh/tondemo_rsa — adds your private SSH key to the agent so it can authenticate automatically (e.g., with GitHub or your server). Method 2: Permanantly Fix Linux/OpenSSH Notes MacOs