File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 441 . 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
11112 . 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
17163 . initialize your kerberos token
1817
1918 kinit <NETID>@KIEWIT.DARTMOUTH.EDU
20-
19+
2120where ` <NETID> ` is your Dartmouth NetID (like ` d11191d ` ). Use ` klist ` command to see if there is an active token.
2221As you will see from ` klist ` output, that token has expiration date, which is 10 hours from the moment you ` kinit ` ed it.
2322You could use ` kinit -R ` (or just ssh again) to refresh the ticket.
You can’t perform that action at this time.
0 commit comments