βοΈRestart a bzero agent from the ZLI
14 September 2022
zli v. 6.9.5
zli v. 6.9.5
New
Restart
bzero
from thezli
. Administrators can usezli target restart <target name or id>
to manually kick off abzero
agent restart. This can be used as a failsafe measure in the event that a target is still online but is not accepting user connections. To take advantage of this feature, you must be runningzli >= 6.9.0
andbzero agent >= 6.7.0
Set default target user for shell, SSH, and SCP connections. To simplify workflows,
zli v. 6.9.5
supports setting a default target user for shell, SSH, and SCP connections.For shell, set your default target user by executing
zli configure default-targetuser [targetUser]
For SSH or SCP, execute the command above followed by
zli generate sshConfig
. This will ensure that theUser
field in yourbzero-bz-config
is updated to reflect your set default target userTo reset your default target user, use
zli configure default-targetuser --reset
and if resetting the target user for SSH and SCP, also runzli generate sshConfig
Fixes
bzero-bz-config
generation. Corrected a typo in the BastionZero-generated SSH configuration file comment
bzero v. 6.7.3
bzero v. 6.7.3
New
Restart
bzero
from thezli
. As noted in thezli
changes this week, thebzero v. 6.7.3
agent supports manual restart from thezli
. Ensure you are runningzli >= 6.9.0
andbzero agent >= 6.7.0
to utilize this feature
Fixes
Agent version. Resolved issue where the agent version was not reflecting accurately if the agent was upgraded using package managers. Note that this was limited to the displayed version only and had no impact on the agent software itself_._ To ensure the correct version is displaying when viewing the targets table in the web app or
list-targets
in thezli
, upgrade or re-register your agent. If you need help with either of these actions, reach out to product@bastionzero.comLeverage
.profile
when connecting through thezli
. Resolved issue wherezli connect
was not sourcing from the.profile
file
For questions or to give us feedback on how we can make our updates better, reach out to product@bastionzero.com.
Last updated