Linux Commands
From Hack Sphere Labs Wiki
Revision as of 19:49, 28 November 2011 by Webdawg (talk | contribs) (Created page with "Sometimes I just cant remember what to type. ==Linux SSH Saved Cert Upload and Login== It is usually a bad idea to do this... ssh-keygen -t rsa ssh-copy-id -i ~/.ssh/id_rsa.p...")
Sometimes I just cant remember what to type.
Linux SSH Saved Cert Upload and Login
It is usually a bad idea to do this...
ssh-keygen -t rsa ssh-copy-id -i ~/.ssh/id_rsa.pub '-p ***** webdawg@*.*.*.*' alias torbox="ssh -p ***** webdawg@*.*.*.*"