sshkeyme
#!/bin/sh
cat ~/.ssh/id_rsa.pub | ssh $1 "cat >> .ssh/authorized_keys"
View my complete profile