OCP cluster connection error

Hi Experts,

I have integrated OCP 4.x with CMP 7.0.6. Initially, it was connected and i was able push the deployments. After about 1 day, it is showing disconnected but there were no changes to firewall, OCP and CMP.

Following error i could see when i try refresh / edit and save.

[http-nio-127.0.0.1-8080-exec-2] executeComputeServerCommand error: com.jcraft.jsch.JSchException: Auth fail for methods ‘publickey,gssapi-keyex,gssapi-with-mic’ com.jcraft.jsch.JSchException: Auth fail for methods ‘publickey,gssapi-keyex,gssapi-with-mic’ at com.jcraft.jsch.Session.connect(Session.java:521) at com.jcraft.jsch.Session.connect(Session.java:199) at com.jcraft.jsch.Session$connect$1.call(Unknown Source) at com.morpheus.RpcService.executeSudoCommand(RpcService.groovy:57) at com.morpheus.RpcService.executeSudoCommand(RpcService.groovy) at com.morpheus.RpcService$executeSudoCommand$1.call(Unknown Source) at com.morpheus.provision.KubernetesProvisionService$_executeComputeServerCommand_closure143.doCall(KubernetesProvisionService.groovy:5540) [2 skipped] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at com.morpheus.ComputeServer.withNewSession(ComputeServer.groovy) [16 skipped] at com.morpheus.ComputeServer$withNewSession$0.call(Unknown Source) at com.morpheus.provision.KubernetesProvisionService.executeComputeServerCommand(KubernetesProvisionService.groovy:5503) [3 skipped] at com.morpheus.provision.KubernetesProvisionService$executeComputeServerCommand$6.call(Unknown Source) at com.morpheus.host.KubernetesHostService.prometheusQuery(KubernetesHostService.groovy:2377) at com.morpheus.host.KubernetesHostService$prometheusQuery$24.call(Unknown Source) at com.morpheus.tools.KubernetesController.prometheusQuery(KubernetesController.groovy:69) at com.morpheus.remote.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:20) [19 skipped] at com.morpheus.StompAuthenticationFilter.doFilterInternal(StompAuthenticationFilter.groovy:144) [4 skipped] [90 skipped]

Any advise?

Thanks
BR

Could the credentials have been invalidated, somehow? There are authentication issues at the top of that log snippet

@Ollie_Phillips Thanks for pointing. Overlooked default token expiry. it is connected back.
Thank you.