AMP AMP
AMP
0
AMP

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
a sample image
jacob
asked May 27 2017

Answer

AMP
0
AMP

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

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