forked from mcuyar/station
-
Notifications
You must be signed in to change notification settings - Fork 0
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
- 前言
- 執行命令
- 更新 Composer
- 安裝 AWS Elastic Beanstalk CLI
- 目錄對應
- 增加 Domains 至 Known Hosts
- MySQL 資料庫管理
- PostgreSQL 資料庫管理
- ZSH 和 Oh My ZSH
- 新增/安裝 Ruby Gems
- 新增環境變數
- Xdebug 除錯
- 使用模組在站台中
- 資料庫
- 指令
- Xdebug
- 前言
- 產生模組目錄
- 與其他模組互動
- Laravel Forge
- AWS Elastic Beanstalk