Posts Tagged ‘security’

25
Jun

Mac OS X Single User Mode Password Reset

   Posted by: Jesse Cole   in Interesting Tech Crap

Have you ever needed to get into a mac but didn’t know the password. Maybe you forgot it. Maybe your roommate changed it and headed off for christmas break. Maybe you stole it in an airport and now want to use it. Whatever the situation, you need in but don’t have the credentials. I’m here to help.

In Mac OS X there are at least two methods for resetting a password. And it does require resetting. This isn’t windows, you can’t just boot off a cd and automatically crack the password. Apple decided to used modern encryption techniques 10 years ago that were probably 10 years old then to protect your passwords. Microsoft still hasn’t.

Method number 1: Follow the instructions here to boot off a disc and reset your password the apple way.

Method number 2: Follow my instructions below and reset it the “cool” way.

Read the rest of this entry »

20
Aug

ssh key-based authentication.

   Posted by: Jesse Cole   in Interesting Tech Crap

This is a guide for setting up key-based authentication on the mac.

Key-based authentication is an alternative way of authenticating over ssh. Instead of a user name and password, you use a public/private key pair and authenticate this way. A user can optionally be specified as well.

To begin you’ll need to open Terminal.app in your Applications/Utilities folder.

Issue the following command into terminal:

mkdir ~/.ssh

Read the rest of this entry »