Skip to content

Releases: beliven-it/tssh

v1.3.1

20 Oct 18:50
3dc6f50
Compare
Choose a tag to compare

Fix issues relative to error message in tsh and tctl output.

This message break the unmarshal of JSON.

A security patch is available for Teleport. Please upgrade your Cluster to v.x.x.x or newer.

v1.3.0

30 Aug 12:39
Compare
Choose a tag to compare

Ad the ability to store the output of commands from tctl and tsh into files for improve search speed

v1.2.2

30 Aug 00:13
803c2e6
Compare
Choose a tag to compare

Remove dependency tsh

v1.2.1

28 Aug 17:37
Compare
Choose a tag to compare

Add missing teleport dependency

v1.2.0

28 Aug 17:00
Compare
Choose a tag to compare

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

19 Apr 06:33
Compare
Choose a tag to compare

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 command tsh 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

30 Jan 18:28
6e517ec
Compare
Choose a tag to compare

This is the release candidate for version 1.0.0.