vSSH CLI 1.0.2022102717
This release of vSSH CLI contains the following features, bug fixes, and stability improvements.
Features
vssh login
now supports existing SSH keys to be used when enrolling certificates.vssh certificate enroll
can generate passphrase protected private keys.- Users can pass principals as positional argument to
vssh certificate enroll
. Examplevssh certificate enroll web-admin
- Users can now use
--force
flag to force certificate renewal when usingvssh certificate renew
- Users can pass the path to the certificate as positional argument when using
vssh certificate renew
. Examplevssh certificate renew id_rsa-cert.pub
- By default,
vssh certificate renew
does not regenerate the private key. This can be done by passing--rekey
flag.
Bug fixes
- FIX:
vssh certificate enroll
fails when the current user has incorrect group membership. - FIX: Locally generated private keys are not accepted by old OpenSSH clients.
- FIX: Service generated SSH keys are not overwritten on the disk.
- FIX: Duplicate principals are displayed when showing the status.