Actions
Feature #67
openFeature #46: add ssh-token support for authentication with OTPme daemons
Implement deployment of SSH public keys
Description
- OTPme hostd/noded should deploy SSH public keys of tokens assigend to their host
- We may use openssh's AuthorizedKeysCommand for this
Updated by The 2nd over 8 years ago
- Status changed from Neu to In Bearbeitung
- % Done changed from 0 to 80
Updated by The 2nd over 8 years ago
This feature is implemented now as follows:
- SSH tokens can be assigned to roles, accessgroups, nodes, hosts and groups
- Key options (e.g. command) can be configured when assigning a token
- Each node/host requests the list with assigned SSH keys in an configurable interval from the master node
- OTPme can be configured to require a valid signature (e.g. from an admin) for each SSH key
- Policies like "autodisable" and "logintimes" are honored on client side to make them work without connection to the master node
Actions