# Each user should execute this to create their own ssh key # # What it should do: # a) use ssh-keygen to create ~/.ssh/identity and ~/.ssh/identity.pub # b) append ~/.ssh/identity.pub to ~/.ssh/authorized_keys # /usr/local/bin/ssh-keygen -P "" -f ~/.ssh/identity /usr/local/bin/touch ~/.ssh/authorized_keys /usr/local/bin/cat ~/.ssh/identity.pub >>~/.ssh/authorized_keys