Menu

Sunday, December 15, 2019

[Security] การสร้าง SSH Key ใหม่
[Security] How to Generate New SSH Key

  1. เปิด Git Bash หรือ PowerShell
  2. รันคำสั่งดังนี้
  3. ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
  4. เมื่อขึ้น Enter a file in which to save the key สามารถกด Enter ได้เลย ถ้าต้องการบันทึกไฟล์ตาม path ที่แสดง
  5. เมื่อขึ้น Enter passphrase สามารถกด Enter ได้เลย ถ้าไม่ต้องการระบุ passphrase
ตัวอย่างผลการรันคำสั่งเป็นตามด้านล่าง
เมื่อรันคำสั่งสร้าง SSH Key จบแล้ว จะมีไฟล์เกิดขึ้นที่ตาม path ที่เรากำหนดในข้อ 3 ดังตัวอย่างข้างล่าง

No comments:

Post a Comment