Return to Snippet

Revision: 17811
at September 24, 2009 18:56 by section31


Updated Code
// Rackspace Cloud Sites Git Setup
cd .ssh # in users root
ssh-keygen -trsa -fid_rsa # add the public key to the github profile under SSH Public Keys.
ssh-keyscan -t rsa github.com >> known_hosts

Revision: 17810
at September 14, 2009 18:51 by section31


Initial Code
// Rackspace Cloud Sites Git Setup
ssh-keygen -trsa -fid_rsa # add the public key to the github profile under SSH Public Keys.
ssh-keyscan -t rsa github.com > known_hosts

Initial URL


Initial Description
These commands will assist you in creating ssh keys on a non interactive shell and to prep your .ssh directory for use with github.com

Initial Title
Rackspace Cloud Sites Git Setup

Initial Tags


Initial Language
Bash