Rackspace Cloud Sites Git Setup


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. // Rackspace Cloud Sites Git Setup
  2. cd .ssh # in users root
  3. ssh-keygen -trsa -fid_rsa # add the public key to the github profile under SSH Public Keys.
  4. ssh-keyscan -t rsa github.com >> known_hosts

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.