혹시 ssg company(으)로 찾으셨나요?
블로그
- Ansible ssh 통신 Ansible SSH 통신 설정 SSH 연결의 중요성 Ansible은 SSH 프로토콜을 사용하여 control-node와 managed-node 간의 통신을 수행합니다. key user: root local_action: module: command args: ssh-keygen -t rsa -b 2048 -f /root/.ssh/id_rsa -N
- Git 치트시트 configuration for every project if you use multiple accounts Use the current branch for push commands SSH keys setup Generate separate SSH keys for Github and Bitbucket with the following command, type the