keytab
content in Vault k8s-prod-1/gitlab/keytabs
.terraform apply
in secrets/clusters/prod-1/
.http
key in Vault k8s-prod-1/gitlab/keytabs
.host/gitlab.cri.epita.fr@CRI.EPITA.FR
.k8s-prod-1/gitlab/keytabs
, key host
.dns_canonicalize_hostname = false
and rdns = false
is present in your /etc/krb5.conf
file.kinit $LOGIN@CRI.EPITA.FR
.Kerberos
auth to associate your account with your Kerberos principal (only required once).~/.ssh/config
for GitLab:
Host gitlab.cri.epita.fr
GSSAPIAuthentication yes
$ GIT_SSH_COMMAND=`ssh -v` git clone git@gitlab.cri.epita.fr:$REPO_PATH
Authenticated to gitlab.cri.epita.fr ([91.243.117.180]:22) using "gssapi-with-mic"
should appear in the output