Skip to content

Commit b0c1333

Browse files
committed
A few stylistic tune ups to make it better flowing
1 parent d680ecf commit b0c1333

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/computing/kerberos.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@
88
GSSAPIAuthentication yes
99
GSSAPIDelegateCredentials yes
1010

11-
2. install kerberos client utilities.
11+
2. install kerberos client utilities:
1212

13-
- On Debian: `sudo apt-get install krb5-user`
14-
- On MacOS with [Homebrew](https://brew.sh/): `brew install krb5`
13+
- on Debian: `sudo apt-get install krb5-user`
14+
- on MacOS with [Homebrew](https://brew.sh/): `brew install krb5`
1515

1616
3. initialize your kerberos token
1717

1818
kinit <NETID>@KIEWIT.DARTMOUTH.EDU
1919

20-
where `<NETID>` is your Dartmouth NetID (like `d11191d`). Use `klist` command to see if there is an active token.
20+
where `<NETID>` is your Dartmouth NetID (like `d11191d`).
21+
22+
Use `klist` command to see if there is an active token.
2123
As you will see from `klist` output, that token has expiration date, which is 10 hours from the moment you `kinit`ed it.
2224
You could use `kinit -R` (or just ssh again) to refresh the ticket.
2325
It will be refreshed for up to 30 days.

0 commit comments

Comments
 (0)