Changes between Version 5 and Version 6 of discovery


Ignore:
Timestamp:
12/05/22 11:54:12 (2 years ago)
Author:
Cheng Gong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • discovery

    v5 v6  
    2323== Password-less ssh ==
    2424 
     25Discovery **officially** suggests using `GSSAPI` for passwordless access, see [[https://services.dartmouth.edu/TDClient/1806/Portal/KB/ArticleDet?ID=89203|here]]. 
     26
     27You will need to enter
     28{{{
     29kinit -f -l 7d username@KIEWIT.DARTMOUTH.EDU
     30}}}
     31and your password for DartID to request a ticket for 7 days (or any time period you need), then you can use {{{ssh discovery}}} without entering a password.
     32----
     33
     34**The following might not be necessary**
     35
    2536Once you have the account, you can setup a public key authentification in order to avoid having to input your password for each run.
    2637You need to have a SSH public/private key pair. If you do not, you can create a SSH public/private key pair by typing the following command and following the prompts (no passphrase necessary):
     
    5162}}}
    5263
    53 **Note**: Discovery officially suggests to use GSSAPI for passwordless access, see [[https://services.dartmouth.edu/TDClient/1806/Portal/KB/ArticleDet?ID=89203|here]]. However, as long as you have set the RSA key pair on discovery and your local machine, you do not need to enter your NetID password anymore.
    5464
    5565