Skip to main content
Question

Cannot discover devices via Linux Jumpbox

  • November 17, 2021
  • 2 replies
  • 113 views

Hi guys,

We cannot discover devices via Linux Jumpbox. The discovery log shows below:

Front Server CLI timeout(30 seconds), disconnect to Jumpbox x.x.x.x target device y.y.y.y, last received: [Are you sure you want to continue connecting (yes/no)?]

Try to set the Yes/No Prompt, still not working. Any ideas how to resolve it?

 

2 replies

Forum|alt.badge.img+1
  • Community Manager
  • November 18, 2021

Hi @Emask,

Could you try to disable the StrictHostKeyChecking to see if it works? Please change the “SSH CLI Command to Connect” of the jumpbox to:

ssh -l $(USERNAME) -p $(PORT) -o StrictHostKeyChecking=no $(IP)

 

Then try to discover the devices again to verify. If the problem still exists,

 


  • Author
  • New Participant
  • November 22, 2021

It worked, thanks!