This is a collection of miscellaneous stuff. Mostly related to projects that I plink on from time to time and research interests. This just makes it easier for me to google the stuff later on. Please note that I do retroactively edit posts.
Saturday, January 31, 2015
.ssh permissions on a *nix box
Mostly to remind myself...set .ssh permissions on a *nix box. From ~:
chmod 700 .ssh chmod 644 .ssh/id_rsa.pub chmod 600 .ssh/id_rsa End result is:
No comments:
Post a Comment