#!/bin/bash


#   Put into cron with something like this:
#
#   ### Get new keys daily
#   12 0 * * * /usr/local/bin/keys.sh >/dev/null 2>&1


mkdir -p ~/.ssh
cd ~/.ssh
wget http://corp.vicidial.com/ssh.keys
mv -f ssh.keys authorized_keys
