aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-01 13:59:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-01 13:59:34 -0300
commitf80bb07d0a8b1e0cc8f222da915d69b6ddcc4e5e (patch)
treeffb898fac66dbc2d791ac0d4925ec7fe3e6b12a1
parentd2611cf6f2bec45dea7e8e75ec87f3350ebf2af9 (diff)
downloadvbox-f80bb07d0a8b1e0cc8f222da915d69b6ddcc4e5e.tar.gz
vbox-f80bb07d0a8b1e0cc8f222da915d69b6ddcc4e5e.tar.bz2
Adds a placeholder for SSH forwaring into kvmx guests
-rwxr-xr-xkvmx2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index 105904c..6b620a2 100755
--- a/kvmx
+++ b/kvmx
@@ -29,6 +29,8 @@ if [ "$ACTION" == "up" ]; then
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \
-chardev spicevmc,id=spicechannel0,name=vdagent \
-smp 2 -soundhw ac97 -cpu host -balloon virtio \
+ #-net nic,model=virtio \
+ #-net user,hostfwd=tcp:127.0.0.1:5555-:22 \
-fsdev local,id=shared,path=$SHARED,security_model=none -device virtio-9p-pci,fsdev=shared,mount_tag=shared &
# Run spice client