Forked from ashee/kvm guest - vnc over ssh tunnel.sh
Last active
December 21, 2015 15:19
-
-
Save holms/6325920 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /usr/libexec/qemu-kvm -m 256 -drive file=server.img -cdrom some.iso -boot d -net nic -net user -vnc :0 | |
$ ssh -L 5900:127.0.0.1:5900 your_ip_here | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment