aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpacker/start_local_packer.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/packer/start_local_packer.sh b/packer/start_local_packer.sh
new file mode 100755
index 00000000..20e3ef22
--- /dev/null
+++ b/packer/start_local_packer.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+
+#
+
+echo "Run: dpkg-reconfigure openssh-server"
+echo "Fixup /etc/ssh/sshd_config"
+echo "Run: ssh -R HOST:2222:localhost:22 user@10.0.2.2"
+echo "Then connect to HOST:2222 with ssh"
+
+qemu-system-x86_64 -vnc :0 -hda output_ubuntu/jenkins-new-test -net nic -net user -serial stdio -accel kvm -smp 2 -m 4096 \ No newline at end of file