Comment 8 for bug 1827246

Revision history for this message
Fernando Hernandez Gonzalez (fhernan2) wrote :

I tried WA from Erich,
I opened a tunnel with ssh command from my jumper to the controller:
   ssh -L 6080:localhost:6080 wrsroot@10.10.10.3
   Remark: the tunnel need to keep alive in order to keep the VM consoles opened.
I enabled "AllowTcpForwarding yes" flag in "/etc/ssh/sshd_config" file.
Once edited I restart the sshd config by "sudo systemctl restart sshd"

and invoked the graphic console successfully.