Skip to content

Using Modules Known Hosts

mcuyar edited this page Nov 17, 2014 · 2 revisions

Known hosts is a global module for eliminating the need to manually verify the host key by pre-populate the database of known hosts.

When running any type of ssh commands on provision, it is necessary to populate the known hosts database to keep ssh commands from possibly failing on provision.

By default, github.com and bitbucket.com have been added for cloning git repositories. If you plan to adjust the known hosts module, you will need to include these again.

known-hosts:
  domains:
    - github.com
    - bitbucket.com

開始

  1. 安裝
  2. 設定

使用模組

  1. 前言
  2. 執行命令
  3. 更新 Composer
  4. 安裝 AWS Elastic Beanstalk CLI
  5. 目錄對應
  6. 增加 Domains 至 Known Hosts
  7. MySQL 資料庫管理
  8. PostgreSQL 資料庫管理
  9. ZSH 和 Oh My ZSH
  10. 新增/安裝 Ruby Gems
  11. 新增環境變數
  12. Xdebug 除錯

新增站台

  1. 前言
  2. 設定

進階設定

  1. 使用模組在站台中
  2. 資料庫
  3. 指令
  4. Xdebug

新建模組

  1. 前言
  2. 產生模組目錄
  3. 與其他模組互動

部署

  1. Laravel Forge
  2. AWS Elastic Beanstalk
Clone this wiki locally