갑자기 실패한 배포어느 날 GitHub Actions 배포가 실패했습니다. 에러 로그에는 이런 메시지가 남아 있었습니다.ssh: handshake failed: read tcp 10.1.0.234:53568->***:22: read: connection reset by peer kex_exchange_identification: read: Connection reset by peerConnection reset by *** port 22rsync error: unexplained error (code 255) SSH로 서버에 접속하는 두 개의 배포 Job이 동시에 실패했는데, 공통적으로 connection reset by peer라는 메시지가 찍혀 있었습니다. 서버가 SSH 연결 자체를 거부한 것입니다...