]> snippets.scripts.mit.edu Git - Scripts/git/.git/blame - kerberos/kdo/README
Added set volume script
[Scripts/git/.git] / kerberos / kdo / README
CommitLineData
416df4e8
EB
1kdo is a series of shell functions for dealing with multiple Kerberos
2on Mac OS X.
3
4Add the contents of bashrc to your .bashrc file. To run a command with
5a different set of credentials from your default, run (e.g.)
6
7 kdo broder/root aklog
8
9If you don't currently have credentials for the principal you specify,
10you'll be prompted for the password.
11
12kdo by default gets nonforwardable tickets with a 15 minute lifetime,
13renewable for 60 minutes; you can change the kinit_args variable in
14kdo if you want to change these defaults.
15
16kdo doesn't behave well if you don't already have tickets of some
17form.
18
19This snippet also provides krootssh, which is a convenience function
20for using your root instance tickets to ssh into another machine.