254
edits
No edit summary |
No edit summary |
||
Line 74: | Line 74: | ||
=Additional Computer Tweaks= | =Additional Computer Tweaks= | ||
The packages described below are authoritative. Once the setup is changed, it is difficult to undo it! | |||
==Kerberos== | ==Kerberos== | ||
Install the '''ncbr-krb5-einfra''' package for general Kerberos support in the META and EINFRA realms. This provides the '''kinit''' and '''klist''' commands. To employ the ssh command Kerberos tickets, install the '''ncbr-ssh-client-config''' package. If you have a local account with the same '''*name*''' and '''*password*''' as in e-Infra space, you can benefit from the '''ncbr-personal-authc-einfra''' package. | Install the '''ncbr-krb5-einfra''' package for general Kerberos support in the META and EINFRA realms. This provides the '''kinit''' and '''klist''' commands. To employ the ssh command Kerberos tickets, install the '''ncbr-ssh-client-config''' package. If you have a local account with the same '''*name*''' and '''*password*''' as in e-Infra space, you can benefit from the '''ncbr-personal-authc-einfra''' package. You will get a Kerberos ticket if online during the local authentication. In offline mode, your identity will be validated locally. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 92: | Line 92: | ||
| install and configure pam_krb5 | | install and configure pam_krb5 | ||
|} | |} | ||
$ sudo apt-get install ncbr-krb5-einfra | |||
$ sudo apt-get install ncbr-ssh-client-config | |||
$ sudo apt-get install ncbr-personal-authc-einfra | |||
==MetaCentrum Storages== | |||
{| class="wikitable" | |||
! Package | |||
! Purpose | |||
|- | |||
| ncbr-metanfs4-krb5i-metastorage | |||
| MetaCentrum storages | |||
|- | |||
| ncbr-metanfs4-keytab | |||
| generate nfs keytab | |||
|} | |||
===Install Packages=== | |||
$ sudo apt-get install ncbr-metanfs4-krb5i-metastorage | |||
$ sudo apt-get install ncbr-metanfs4-keytab | |||
===Generate NFS Keytab=== | |||
You must be in the sudo group to generate the NFS keytab. First, get the valid Kerberos tickets and then generate the keytab. | |||
$ kinit | |||
$ gen-metanfs4-keytab | |||
===Reboot=== | |||
You must reboot the computer to start using the storages. |