This is how I configured ‘linux-node’ on jenkins. The settings are below for the lab challenge.
There’s no host key verification strategy. So I left it on ‘Known hosts file verification strategy’.
Now it’s stuck on this error.
Should I skip this verification ?
UPDATE:
Lab name → Lab: Using other Servers as a Build Agent
Lab link → Jenkins Course | KodeKloud
First of all: could you please supply a link to the relevant lab? This will help us help you.
1 Like
If you look in the solutions tab for step 9 of the lab, you’ll see you should set that field to:
11. Under Host Key Verification Strategy
, select Non verifying verification strategy
.
If you do this (and restart the node) the grader will accept the configuration of node01.
Thank you sir @rob_kodekloud.