Marketplace:

 
Cheap web hosting provider with extensive free web hosting features
Register or buy domain name, include free email and domain forwarding services
Cheap and affordable domain name registration and domain name transfer from $2.95/yr

 

   

SSH Agents

next up previous contents index

Entering the passphrase every time you want to do a remote copy or make a remote connection can be tiring. There is a simple mechanism provided to avoid this. All you need do is to start up a shell or other similar command that already knows what your passphrase is (by you telling it just once). This is done with ssh-agent to start the shell and ssh-add to store the passphrase for this shell:



  $ ssh-agent bash
  $ ssh-add             (or ssh-add .ssh/id_dsa)
  Need passphrase for .ssh/id_dsa
  Enter passphrase for .ssh/id_dsa 
  Identity added: .ssh/id_dsa (.ssh/id_dsa)
  $ ssh altrop


The ssh-add will prompt you for your passphrase but from then on all further interaction with the remote host will not require the passphrase again.

The -l option of ssh-add lists the key(s) currently kept in memory for this ssh-agent. The -d option removes an identity from memory.


Copyright (c) 1995-2004

 

      

Marketplace:
Facts: " Reading computer manuals without the hardware is as frustrating as reading sex manuals without the software.   "  

Tuesday 22 May 2012 07:35:16 1337672116