gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 3 and Version 4 of HowToSSHWithoutPassword


Ignore:
Timestamp:
Jul 2, 2008, 4:32:32 PM (17 years ago)
Author:
oliver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToSSHWithoutPassword

    v3 v4  
    44Sometimes it's irritating that you are always asked for your password while using SVN. Therefore, it can be useful to use an encrypted key-pair (public key+private key) to do the job for you.
    55
    6 (1) Create the key pair by typing
     6=== (1) Create the key pair by typing ===
    77
    88
     
    1717
    1818
    19 (2)  Copy the public key to the remote system and cat it into autorized_keys:
     19=== (2)  Copy the public key to the remote system and cat it into autorized_keys: ===
    2020
    2121{{{
     
    2828
    2929
    30 (3) If you have chosen a "real" password for your private key:
     30=== (3) If you have chosen a "real" password for your private key: ===
    3131
    3232Type in your shell
     
    4646
    4747
    48 to start a ssh-key-agent.
    49 
    50 After doing this once, you can use the shell without password for the rest of its lifetime. When starting a new shell, you must repeat this procedure (exec ssh-agent bash;ssh-add)!
     48to start a ssh-key-agent. After doing this once, you can use the shell without password for the rest of its lifetime. When starting a new shell, you must repeat this procedure (exec ssh-agent bash;ssh-add)!
    5149
    5250