In this file I will list stubborn errors encountered and their fix in order not to fall for them again and solve them fast
SSH Build keeps failing because of secret key authorization error.
- Make sure to generate the keys using rsa encryption.
- Make sure that both keys (pub and priv) are a pair.
- Don't trust Jenkins connections check as it has some issues sometimes.
- Try using different Jenkins version on your development env to make sure it is not a jenkins error.