File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
16163 . 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.
2123As you will see from ` klist ` output, that token has expiration date, which is 10 hours from the moment you ` kinit ` ed it.
2224You could use ` kinit -R ` (or just ssh again) to refresh the ticket.
2325It will be refreshed for up to 30 days.
You can’t perform that action at this time.
0 commit comments