cd to .ssh dir

This commit is contained in:
EricTYL 2019-11-22 15:14:59 +08:00
parent 95d5c5cdf8
commit 29a1c9d83b
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ $ rvm --default use 2.1.10
## 安裝 R4.5
### 一、建立 ssh key pair
```sh
$ cd /home/rulingcom/.ssh # 如果沒有該資料夾則自行建立 `mkdir /home/rulingcom/.ssh`,接著進入 .ssh 資料夾
$ ssh-keygen # 設定 key pair name -> 設定密碼(不設定直接 enter) -> 確認密碼(不設定直接 enter)
$ cat ~/.ssh/your_key.pub # 將公鑰轉交給禾綸(注意:不是私鑰)
$ # 確認禾綸將公鑰加入 GitLab 後再接續下列指令與步驟二