#!/bin/sh
#
# chkconfig: 35 90 12
# description: Permit root SSH login on AWS
#

sed -i 's/^command=".*" //' /root/.ssh/authorized_keys
