Version Control for non Programmers

Ben Browning plug at emptiedout.com
Fri Nov 4 10:47:00 MST 2005


Carl Parrish wrote:
> Any ideas on
> automating some of the steps (esp. typing in her ssh passwd) would be
> helpful. 

If you trust the computer she comes from, put her public SSH key into
authorized_keys:

benb at nulled:~$ cat ~/.ssh/id_rsa.pub
ssh-rsa
MuNgEd7ghhSJxnOvXQTvZsao4naJ8djb2IJjL3GpW9saCxRP6ok9zkrZxfcMMPtxrTfelyn79VnosBppRLLCw53pDepCb9vg6QvN9AKaqvfXYABqyS8ZOi8qgatulE4E+sjvWYN9CRM=
benb at arcane
benb at nulled:~$ ssh server001
UNAUTHORIZED USE PROHIBITED. CONNECTIONS LOGGED.
You have mail.
benb at server001:~$ cat ~/.ssh/authorized_keys
ssh-rsa
MuNgEd7ghhSJxnOvXQTvZsao4naJ8djb2IJjL3GpW9saCxRP6ok9zkrZxfcMMPtxrTfelyn79VnosBppRLLCw53pDepCb9vg6QvN9AKaqvfXYABqyS8ZOi8qgatulE4E+sjvWYN9CRM=
benb at arcane

~Ben
-- 
---
"Confession only helps if you actually feel bad for your actions.
For you, it would just be a really long boast."
	-Tara
http://www.emptiedout.com


More information about the PLUG-discuss mailing list