Difference between revisions of "Deploy VM with Cloud Image"

From CMU ITSC Network
Line 3: Line 3:
 
# รันคำสั่งต่อไปนี้
 
# รันคำสั่งต่อไปนี้
  
   <syntaxhighlight>
+
   <pre>
 
   ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
 
   ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
   </syntaxhighlight>
+
   </pre>
 
    
 
    
  คำอธิบาย:
+
fdsfds
    * -t  หมาายถึง
 

Revision as of 09:09, 16 October 2025

การสร้าง ssh key pair

  1. เปิด Windows Powershell หรือ Terminal
  2. รันคำสั่งต่อไปนี้
  ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
  

fdsfds