0

how to open virtual manager from SSH

I need to open virtual manager through command-line when i ssh to my Graphical server.

OpenSSH Virtualbox Add a comment
jacob
asked May 27 2017

Answer

0

You should take SSH with -X option and then type virt-manager command,

# ssh username@(IP_Address) -X
# virt-manager
Add a comment
jagannatharumugam
asked May 28 2017
edited Oct 05 2018
Post your Answer