Difference between revisions of "Deploy VM with Cloud Image"
From CMU ITSC Network
Line 7: | Line 7: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | คำอธิบาย | ||
* -t rsa : ใช้ RSA algorithm | * -t rsa : ใช้ RSA algorithm | ||
* -b 4096 : ขนาดของ key เป็น 4096 บิต | * -b 4096 : ขนาดของ key เป็น 4096 บิต |
Revision as of 09:03, 16 October 2025
การสร้าง ssh key pair
- เปิด Windows Powershell หรือ Terminal
- รันคำสั่งต่อไปนี้
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
คำอธิบาย * -t rsa : ใช้ RSA algorithm * -b 4096 : ขนาดของ key เป็น 4096 บิต * -C : เพิ่ม comment เพื่อระบุว่า key นี้ใช้กับอีเมลใด
- fdsf