menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Devops News

>

Setup GitH...
source image

Dev

3w

read

375

img
dot

Image Credit: Dev

Setup GitHub ssh keys on Linux servers in 59 seconds

  • To set up GitHub ssh keys for deployment on Linux servers, follow the steps below:
  • 1. Create your unique ssh key pair using ed25519 algorithm:
  • ssh-keygen -t ed25519 -C "[email protected]"
  • 2. Start ssh-agent:
  • eval "$(ssh-agent -s)"

Read Full Article

like

22 Likes

For uninterrupted reading, download the app