# File lib/rhc-common.rb, line 725 def kfile_not_found puts "Your SSH keys are created either by running ssh-keygen (password optional)\nor by having the rhc-create-domain command do it for you. If you created\nthem on your own (or want to use an existing keypair), be sure to paste\nyour public key into the express console at http://www.openshift.com.\nThe client tools use the value of 'ssh_key_file' in express.conf to find\nyour key followed by the defaults of libra_id_rsa[.pub] and then\nid_rsa[.pub].\n" #exit 212 end