OpenSSH Public Key Authentication

Key Generation ssh-keygen -q -f ~/.ssh/id_rsa -t rsa Enter passphrase (empty for no passphrase): … Enter same passphrase again: … Key Distribution # first, upload public key from client to server scp ~/.ssh/id_rsa.pub user@server.example.org: # next, setup the public key on server cat ~/id_rsa.pub >> ~/.ssh/authorized_keys chmod 600 ~/.ssh/authorized_keys rm Read more…

Share

DarwinPorts brought back to life as MacPorts

The DarwinPorts project that we all know and love has been reincarnated under the name MacPorts. It has been added to the Mac OS Forge project community. They are currently in the process of migrating everything over but you can expect to see it up and running again very soon.

Share