Skip to content

Instantly share code, notes, and snippets.

View nm-iic's full-sized avatar
🎯
Focusing

Nandan Maurya nm-iic

🎯
Focusing
View GitHub Profile
@nm-iic
nm-iic / Using Github Deploy Key.md
Created April 28, 2022 11:07 — forked from zhujunsan/Using Github Deploy Key.md
Using Github Deploy Key

What / Why

Deploy key is a SSH key set in your repo to grant client read-only (as well as r/w, if you want) access to your repo.

As the name says, its primary function is to be used in the deploy process in replace of username/password, where only read access is needed. Therefore keep the repo safe from the attack, in case the server side is fallen.

How to

  1. Generate a ssh key