-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Jenkins CI/CD 구현 #31
Conversation
""" | ||
|
||
sshagent (credentials: ['jenkins-ssh']) { | ||
sh "ssh -o StrictHostKeyChecking=no ${TARGET_HOST} '${remoteCommands}'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StrictHostKeyChecking= no
이 명령어 쓰면 중간자 공격에 취약하지 않나요? 이 명령어를 써도 괜찮다고 판단이 들으셔서 그렇게 하신건까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그런부분까진 생각해보지 않았는데 옵션 수정해보도록 하겠습니다~
수고하셨습니다! 인프라 지식이 빠삭하시군요 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
짱이세요 🥹🏋️♂️
🌱 관련 이슈
📌 작업 내용 및 특이사항
spring.profiles.active
만 다르게 구현하였습니다.📝 참고사항