Releases: beliven-it/tssh
Releases · beliven-it/tssh
v1.3.1
v1.3.0
Ad the ability to store the output of commands from tctl and tsh into files for improve search speed
v1.2.2
Remove dependency tsh
v1.2.1
Add missing teleport dependency
v1.2.0
This introduce a better ssh command generation.
Now using the sysadmin role declared in the configuration, the system read for available logins allowing to have multiple username for sysadmin.
Also, using the command:
tctl get role
The system is no more constrained to the role name for ssh connection generation.
v1.1.0-rc
This new release add the following content:
FEAT
- When you try to use a
tsh
command that require to be authenticated, the CLI now perform a auto-login procedure. This reduce the cost for developers to remember to login before use the CLI. - In the same way you can now logout from the cluster using the command
tssh d
. - You can set set in the main configuration file the
passwordless
authentication as default authentication. You can also specify for each command a different authentication method. This is required and useful for example in a scenario when the fingerprint or other hardware is not available. - When you launch the command
tssh i
the CLI execute the commandtsh config
and add it's content into main ssh config file.
REFACTOR
- The result list is of available servers is now merged with the combination created for sysadmins. Also we have introduce a function for make the list unique for avoid entropy.
OTHER
- Improve documentation.
- Improve help commands adding examples when needed.
v1.0.0-rc
This is the release candidate for version 1.0.0.