#!/bin/bash
if [ -f /mnt/context.sh ]; then
 . /mnt/context.sh
fi
ifconfig eth0 $IP_PUBLIC
mkdir /root/.ssh/
cat /mnt/id_rsa.pub >> /root/.ssh/authorized_keys
