~/.ssh/config
설정 파일은 파일 권한에 대한 SSH 수표와 관련된 다른 파일을 포함하기위한 지침이 없습니다.
이에 대한 제안에는 시스템에서 또는 저장소의 체크인 후크를 통해 여러 변경 사항을 함께 제공하는 스크립트가 포함될 수 있습니다. Puppet 또는 Augeas와 같은 도구를 살펴볼 수도 있습니다.
그러나 접근하면 개별 파일을 파일 외부에서 단일 파일로 연결해야합니다.
$ cat ~/.ssh/config_* >> ~/.ssh/config
참고 : 덮어 쓰기 : >
vs 추가 :>>
2017 년 12 월 업데이트 :
7.3p1부터 Include 옵션이 있습니다. 구성 파일을 포함시킬 수 있습니다.
Include
Include the specified configuration file(s). Mul‐
tiple pathnames may be specified and each pathname
may contain glob(3) wildcards and, for user config‐
urations, shell-like “~” references to user home
directories. Files without absolute paths are
assumed to be in ~/.ssh if included in a user con‐
figuration file or /etc/ssh if included from the
system configuration file. Include directive may
appear inside a Match or Host block to perform con‐
ditional inclusion.