We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
From console:
Once booted, get public and private IPs:
ssh centos@<public-ip>
sudo su -
cat > /root/.ssh/authorized_keys
ssh root@<public-ip>
userdel -r centos
yum install -y lvm2
fdisk -l
pvcreate <disk>
vgcreate centos <disk>
Proceed with post installation instructions.
You have to convert the ssh private key to PEM format then DER format, and finally compute md5:
ssh-keygen -e -m PEM -f ~/.ssh/id_rsa | openssl rsa -RSAPublicKey_in -outform DER | openssl md5 -c