ALL articles of SSH

How to generate SSH keys and use to login remote server

SSH or Secure Shell is network protocol that allows users to connect with remote server using command line. To login with SSH, you can eithe...

READ MORE

How to use specific private SSH key in git commands

When you run git or ssh commands, it will first look ssh key from ~/.ssh folder. This is default folder ssh get keys from. While working...

READ MORE

How to transfer files between remote server and local comput...

When your hosting provider gives you Cpanel access to remote server, you can transfer files using Cpanel File Manager. You can also create F...

READ MORE

How to enable SSH access in Cpanel and connact to remote ser...

When working on Cpanel server, sometimes you need SSH(secure shell) access for project. SSH allows you to direct access to web server from c...

READ MORE