延續上一篇提到的議題,要建立一個安全、方便控管且讓廠商能連線的帳號,給廠商一個 Key 並且每個帳號對應不同的 public key,這樣比一般的帳號密碼登入來的安全,此次適用於所有 Linux 版本,所以沒有特別寫出是哪一套 Linux
Step 1 - 產生 RSA 金鑰
因為我是 Windows 的環境,我是利用 git 自帶的 BASH command line 下 ssh-keygen 產出的金鑰
Enter filein which to save the key(/home/camel/.ssh/id_rsa): Enter(金鑰放的位置,要來這邊抓金鑰)
Enter passphrase (emptyfor no passphrase): Enter(不設定密碼)
Enter same passphrase again: Enter(不設定密碼)
[remi-php56]
name=Les RPM de remi de PHP 5.6 pour Enterprise Linux 6- $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/php56/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/php56/mirror
# WARNING: If you enable this repository, you must also enable "remi"
enabled=1 # <=== 這行要改成 1 ,原本是 0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi