生成 SSH 金鑰
Enterprise
    Applicable to Enterprise Edition
  
  Community
    Applicable to Community Edition
  
Steps
- 在本地端執行帶入 - <your_username>.- ssh-keygen -t rsa -b 4096 -C <your_username>
- 將會被提示更改檔案名稱/路徑,以及是否需要 passphrase;建議直接按下 - Enter採用預設設定及不需 passphrase。生成金鑰檔會置於- $HOME/.ssh/id_rsa(私鑰) and- $HOME/.ssh/id_rsa.pub(公鑰)。
