mirror of
https://github.com/ChaosChemnitz/chch-door
synced 2024-12-21 08:02:23 +01:00
No description
door.sh | ||
door_init.sh | ||
door_lock.sh | ||
door_ssh_login.sh | ||
door_verify.sh | ||
etc_udev_rules.d_92-yubikey.rules | ||
README |
Yubikey login: ^^^^^^^^^^^^^^ -please create /etc/udev/rules.d/92-yubikey.rules with the following content: ACTION=="add", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010", RUN+="/etc/door/door.sh" SSH login: ^^^^^^^^^^ -in ~/.ssh/authorized_keys add to the first line: no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty -in /etc/passwd change the the default shell to door_ssh_login.sh