1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-06 05:02:39 +03:00

15 Commits

Author SHA1 Message Date
Herman Slatman
de85fd0cef Use github.com/smallstep/cli-utils and reorder imports 2024-09-30 13:25:46 +02:00
Mariano Cano
73429de6ea Move crypto/sshutil to an internal folder 2022-10-04 16:38:11 -07:00
Mariano Cano
3fe25da566 Remove only certificates if get ssh roots fails. 2022-02-01 13:01:09 -08:00
Mariano Cano
13c25ee29a Allow to logout without specifying an identity.
`step ssh logout` will remove all identities singed by the configured
ssh CA.
2022-01-31 12:55:31 -08:00
max furman
2eccb2be3d Fixing a load of errors from the PR review 2021-11-10 23:18:33 -08:00
max furman
f816f1a621 move errs package to cli-utils 2021-10-27 15:55:18 -07:00
max furman
a8c2310160 Add context flag to all relevant commands 2021-10-27 15:55:17 -07:00
max furman
860c213b97 Initial step path contexts commit
- move config and command packages to cli-utils
2021-10-27 15:55:16 -07:00
max furman
70cebf51ab A few fixes for admin workflow commands and ...
- <path> to <file> everywhere
2021-07-08 16:34:53 -07:00
Mariano Cano
df7629c940 Allow to configure the identity argument in defaults.json
This change adds the flags --identity=value to `step ssh login`
and `step ssh logout` so we don't need to pass an extra argument
if the identity is set in defaults.json or as an environment
variable.

Fixes #369
2020-10-15 13:03:34 -07:00
Mariano Cano
0cf9f99339 Rename argument to identity. 2020-01-28 13:34:00 -08:00
Mariano Cano
88d192a4ab Improve step ssh docs. 2020-01-28 13:34:00 -08:00
Mariano Cano
417de89528 Show a proper message if an key is not found. 2020-01-28 13:34:00 -08:00
Mariano Cano
786eeb8e33 By default remove only the keys signed by our CA. 2020-01-28 13:33:59 -08:00
Mariano Cano
08bd83265b Add initial implementation of step ssh logout. 2020-01-28 13:33:59 -08:00