In my case it was waiting for the OTP/Passcode again which didn't populate correctly in the Command Center. The fix was enabling VSCode to Show the login terminal when connecting to a remote SSH host. I enabled that and found that it was waiting for a Passcode.
Set: "remote.SSH.showLoginTerminal": false to true
Using older versions of VSCode and Remote SSH Plugin helps otherwise.