aboutsummaryrefslogtreecommitdiffstats
path: root/packer/start_local_packer.sh
blob: 20e3ef222e04f7df7fabeb7e255181a91f6205b4 (plain)
1
2
3
4
5
6
7
8
9
10
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