Skip to content

kelude/ubuntu-cloud-images-on-virtualbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ubuntu Cloud Images on VirtualBox

Ubuntu Cloud Images

sudo apt-get install cloud-image-utils
cat >user-data <<EOF
#cloud-config
password: ubuntu
chpasswd: { expire: False }
ssh_pwauth: True
EOF
cloud-localds user-data.iso user-data

and now you can login with:

  • username: ubuntu
  • password: ubuntu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published