Skip to content

Commit d680ecf

Browse files
committed
Fix up markdown formatting in markdown (Closes #28)
1 parent b3a0cfe commit d680ecf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/computing/kerberos.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@
44
1. modify ~/.ssh/config to have a section like:
55

66
Host discovery7.hpcc.dartmouth.edu discovery7
7-
User <netid>
7+
User <netid>
88
GSSAPIAuthentication yes
99
GSSAPIDelegateCredentials yes
1010

1111
2. install kerberos client utilities.
1212

13-
On Debian: `sudo apt-get install krb5-user`
14-
15-
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`
1615

1716
3. initialize your kerberos token
1817

1918
kinit <NETID>@KIEWIT.DARTMOUTH.EDU
20-
19+
2120
where `<NETID>` is your Dartmouth NetID (like `d11191d`). Use `klist` command to see if there is an active token.
2221
As you will see from `klist` output, that token has expiration date, which is 10 hours from the moment you `kinit`ed it.
2322
You could use `kinit -R` (or just ssh again) to refresh the ticket.

0 commit comments

Comments
 (0)