- Install ssh server on guest machine -
sudo apt-get install openssh-server
- Add ssh port
VBoxManage modifyvm <myserver> --natpf1 "ssh,tcp,,8022,,22"
ssh -p 38022 [email protected]
- Remove usb drive settings (except mouse) from VM.
- Export Appliance.
- use sftp to move the .ova file.
VBoxManage import <filename.ova>