dev-resources.site
for different kinds of informations.
SSH kalitini Github.com'ga qo'shish
Published at
10/21/2024
Categories
ssh
github
Author
muhammad_khodjaev
Author
17 person written this
muhammad_khodjaev
open
Ushbu maqolada SSH kaliti yo'q bo'lsa yangisini ochish va bor bo'lsa Github.com profilimizga qo'shishni ko'rib chiqamiz.
1-bosqich Kompyuterda SSH bormi yoki yo'qmi tekshirish
- Kompyuterimizda Git Bash'ni ochamiz.
-
ls -al ~/.ssh
mana shu komandani kiritamiz. - Agarda sizning kompyuteringizda allaqachon SSH key bo'lsa quyidagi fayllardan biri bo'ladi:
id_rsa.pub
id_ecsda.pub
id_ed25519.pub
Agarda sizda ushbu fayllardan biri bo'lsa, 4-bosqichga o'tib ketavering! Agarda bo'lmasa, hozir 2 va 3 chi bosqichlarda yangisini ochishni o'rganamiz.
2-bosqich Kompyuterda yangi SSH ochish
- Git Bash'ni ochamiz
-
ssh-keygen -t ed25519 -C "[email protected]"
mana shu komandani kiritamiz. > Qo'shtirnoq ichiga Github profilingiz ulangan pochta manzilini kiritasiz. (qo'shtirnoq olib tashlanmaydi) - SSH'ni saqlash uchun fayl so'raydi. Default holatda berilgan faylga saqlash uchun shunchaki enter'ni bosishingiz kifoya.
- Ana endi "Enter passphrase" so'raydi ya'ni kod. Esingizda qoladigan kodni kiritasiz
- Va kiritgan kodingizni yana bir bor kiritasiz.
3-bosqich SSH'ni ssh-agent'ga qo'shish
- PowerShell'ni ochamiz.
- ssh-add c:/Users/YOU/.ssh/id_ed25519 mana shu komandani kiritamiz
Users va YOU degan joyga o'zingizning kompyuteringizdagi fayl nomlarini kiritishingiz esingizdan chiqmasin!
4-bosqich Github.com'ga kirib SSH ni qo'shish
- PowerShell'ni ochamiz
- cd .ssh qilib SSH joylashgan faylga kiramiz
- code . qilib VS Code'da ochib olamiz
- Kirib .pub bilan tugagan faylga kiramiz va nima bor bo'lsa ushani ko'chirib olamiz (oxirida sizning Github'ga ulangan pochta manzilingiz bo'lishi kerak)
- Github.com'ga kiramiz va settings qismiga o'tib SSH and GPG keys bo'limiga kiramiz
- NEW SSH key'ni bosamiz
- Title degan joyga SSH uchun nom beramiz, masalan Muhammad's SSH Key
- Key degan joyga .pub bilan tugagan fayldan olgan uzuuun yozuvimizni paste qilamiz
- Add SSH key'ni bosamiz
- Sizdan github profilingizning parolini so'rashi mumkin, uni kiritamiz
Tabriklayman, siz SSH'ni muvaffaqiyatli qo'shdingiz!
Xurmat bilan,
Muhammad Khodjaev
ssh Article's
30 articles in total
How to Set Up Key-Based and Password-Based SSH for a Newly Created User on an EC2 Instance
read article
SSH Keys | Change the label of the public key
read article
่ฎฉๅฎๅๆๆบไธๅๅ็ฐ๏ผๅจๅฎๅๆๆบไธๆญๅปบ Rust ๅผๅ็ฏๅข
read article
SSH port forwarding from within code
read article
Mastering Ansible on macOS A Step by Step Guide
read article
kkTerminal โโ A terminal for Web SSH connection
read article
Set Up SSH in 1 Minute Setup Like a Pro (With Some Fun Along the Way)
read article
How to Configure GitHub Authentication Using SSH Certificates
read article
Understanding SSH: Secure Shell Protocol
read article
Check gitlab ssh key auth
read article
How I Secured Port 22
read article
SSH port forwarding from within Raku code
read article
Changing an established SSH connection without disconnecting
read article
SSH port forwarding from within Rust code
read article
Configure SSH Passwordless Login from Windows to Linux
read article
Push to multiple GitHub accounts!
read article
Access to Google Cloud Virtual Machine through SSH
read article
Large file transfer from VPS to local machine
read article
Secure Your Ubuntu VPS: Restrict SSH Access to a Specific IP
read article
Accessing Remote Databases Without VPN Using SSH Tunnels
read article
Carla Simulator 1 : How to Set Up CARLA Simulator ๐๏ธ๐ฅ
read article
Getting Started with Oysape: Exploring Task and Pipeline
read article
Increase Debian based Linux VPS serverโs security
read article
Splunk - SSH Dashboard Creation
read article
Debugging SSH connections: A Comprehensive Guide
read article
Understanding SSH Key Pairs: A Developer's Guide
read article
SSH Config File - Forgotten Gem
read article
SSH kalitini Github.com'ga qo'shish
currently reading
Using SSH to Connect Local Git to Remote Repositories
read article
Quickly and Easily Manage Multiple SSH and GPG Keys Across Git Repositories
read article
Featured ones: