KWLUG Ten SSH Tricks #14

7) Authentication Agent

It gets better.

You can also use a pass-phrase, and only type it once, instead of every time you log in.

  • Execute the program ssh-agent when you first start your computer.

  • Then execute ssh-add filename where filename is your private-key file.

  • Give your password once.

From then on, all connections requiring that private-key won't require a password

<< Previous | Index | Next >> Copyright © 2002 Daniel Allen