Skip to content

Base CentOS 7 VM Build Log

Chris Cuming edited this page Nov 13, 2015 · 1 revision

CentOS-7-x86_64-Minimal-1503-01.iso

Add Authorized SSH Keys

$ mkdir ~/.ssh
$ touch ~/.ssh authorized_keys
# SCP public key to host.
$ cat your_key.pub >> ~/.ssh/authorized_keys

Snapshot VM

Clone this wiki locally