Linux Commands

From Hack Sphere Labs Wiki
Revision as of 20: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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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@*.*.*.*"