Skip to content
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

[refactor] #251 - Jenkinsfile에 자동으로 호스트 키를 신뢰하도록 옵션 추가 #253

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

hoonyworld
Copy link
Member

@hoonyworld hoonyworld commented Nov 21, 2024

Related issue 🛠

Work Description ✏️

image
  • Host key verification failed 에러로, SSH가 대상 서버(HOST)의 호스트 키를 검증하지 못했다는 오류가 발생했습니다.
  • 해결방법으로 서버의 SSH 호스트 키 등록하거나, scp 명령에 -o StrictHostKeyChecking=no 옵션을 추가하면 호스트 키 검증을 건너뛸 수 있는 방법이 존재합니다.
  • 일단 deploy-dev.sh 파일이 존재하지만, 찾지 못하기 때문에 후자의 방향으로 진행을 해서 key verification 문제로 deploy-dev.sh 파일을 못찾는지 확인하고자 합니다.

머지 후 결과

image
  • StrictHostKeyChecking=no 옵션을 추가해도 여전히 deploy-dev.sh 파일을 못찾기 때문에 다른 방법을 찾아보아야 할 것 같습니다.

Trouble Shooting ⚽️

Related ScreenShot 📷

Uncompleted Tasks 😅

To Reviewers 📢

Copy link
Collaborator

@hyerinhwang-sailin hyerinhwang-sailin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@hoonyworld hoonyworld merged commit c382646 into develop Nov 21, 2024
1 check passed
@hoonyworld hoonyworld deleted the refactor/#251-v2 branch November 22, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[refactor] Jenkinsfile의 sshPut방식을 scp 방식으로 변경
2 participants