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
Leverage
.profile
when connecting through thezli
. Resolved issue wherezli connect
was not sourcing from the.profile
file
Last updated
Was this helpful?