#!/bin/sh

cat /root/.ssh/pinky.pub | ssh root@$1 "cat >> .ssh/authorized_keys"
