Changes between Version 5 and Version 6 of discovery
- Timestamp:
- 12/05/22 11:54:12 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
discovery
v5 v6 23 23 == Password-less ssh == 24 24 25 Discovery **officially** suggests using `GSSAPI` for passwordless access, see [[https://services.dartmouth.edu/TDClient/1806/Portal/KB/ArticleDet?ID=89203|here]]. 26 27 You will need to enter 28 {{{ 29 kinit -f -l 7d username@KIEWIT.DARTMOUTH.EDU 30 }}} 31 and 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 25 36 Once you have the account, you can setup a public key authentification in order to avoid having to input your password for each run. 26 37 You 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): … … 51 62 }}} 52 63 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.54 64 55 65