public:ssh-usage

This is an old revision of the document!


Linux or OS X

The first thing you need to do is generate an authorisation key, which means you need to do the following once:

ssh-keygen -tdsa
cp .ssh/id_dsa.pub .ssh/authorized_keys

Use cat or some editor if authorized keys already exists and can't be simply copied.

Detailed information on how to setup ssh agent forwarding can be found here and here.

  • Last modified: 2009-09-18 17:46
  • by Adriaan Renting