One Quickie


using ssh (or CVS) without a password (Unix->General)
Suppose you have two machines, the local one (your laptop) and the remote one (the honking big server located in Minneapolis that hosts gitdown.com) To ssh (or CVS) from the laptop to the server without needing a password, perform these steps:
  1. % ssh-keygen -t rsa
    (don't use a passphrase. Just hit return twice)

  2. % scp ~/.ssh/id_rsa.pub gitdown.com:

  3. On the remote machine (gitdown)

    % cat ~/id_rsa.pub >> ~/.ssh/authorized_keys



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com