Skip to content

Instantly share code, notes, and snippets.

View clelange's full-sized avatar

Clemens Lange clelange

View GitHub Profile
@scyto
scyto / proxmox-tb-net.md
Last active December 7, 2025 18:38
Thunderbolt Networking Setup

Thunderbolt Networking

this gist is part of this series

you wil need proxmox kernel 6.2.16-14-pve or higher.

Load Kernel Modules

  • add thunderbolt and thunderbolt-net kernel modules (this must be done all nodes - yes i know it can sometimes work withoutm but the thuderbolt-net one has interesting behaviou' so do as i say - add both ;-)
    1. nano /etc/modules add modules at bottom of file, one on each line
  1. save using x then y then enter
@delannoy
delannoy / krb5.sh
Last active August 18, 2025 09:59
Setup for CERN lxplus keytab file (creates kerberos tokens for password-less SSH access)
#!/usr/bin/env bash
# References:
# [https://linux.web.cern.ch/docs/kerberos-access/]
# [https://twiki.cern.ch/twiki/bin/view/Main/Kerberos]
# [https://uz.sns.it/~enrico/site/posts/kerberos/password-less-ssh-login-with-kerberos.html]
# Requirements:
# [MIT Kerberos V5. Kerberos is a network authentication protocol.](https://github.com/krb5/krb5)
# Kerberos is usually installed in most systems (run `command -v kinit` to verify)