Project

General

Profile

« Previous | Next » 

Revision c0fe869d

Added by Dominic Cleal over 9 years ago

templates - sync from community-templates

View differences:

app/views/unattended/jumpstart/finish.erb
/bin/touch /noautoshutdown
# Install the root password
/usr/bin/perl -p -i -e 's/^root:[^:]+/root:<%= @host.root_pass.gsub("/", '\/')-%>/' /etc/shadow
/usr/bin/perl -p -i -e 's/^root:[^:]+/root:<%= @host.root_pass.gsub('/', '\/')-%>/' /etc/shadow
# Root can ssh into this box. This is very useful while we rebuild this
/usr/bin/perl -p -i -e "s/PermitRootLogin no/PermitRootLogin yes/" /etc/ssh/sshd_config

Also available in: Unified diff