Description of problem: VM - Actions - "Copy SSH command" copies "virtctl -n dholler ssh undefined@rhel9-nxtj8va0a4fyperf", while the VM Details shows the expected "virtctl -n dholler ssh cloud-user@rhel9-nxtj8va0a4fyperf" Version-Release number of selected component (if applicable): 4.12 How reproducible: 100% Steps to Reproduce: 1. Create a Linux VM 2. Boot it 3. Click on "Actions" "Copy SSH command" 4. Paste Actual results: "virtctl -n dholler ssh undefined@rhel9-nxtj8va0a4fyperf" Expected results: "virtctl -n dholler ssh cloud-user@rhel9-nxtj8va0a4fyperf" Additional info:
verified on kubevirt-console-plugin-rhel9:v4.14.0-2373, now the command look like: virtctl -n default ssh centos@centos-stream8-organisational-eel --identity-file=<path_to_sshkey>