# Improved SSH config file management

## `zli v. 6.8.5`

### Enhancements

* **SSH config file management.** BastionZero can generate an SSH configuration file (via `zli generate sshConfig`) to provide easy access to any target you have tunnel or file copy permissions to. This feature uses the `Include` option to append the BastionZero-generated SSH config file without making any modifications to the body of your original `/.ssh/config`.\
  \
  Your `/.ssh/config` and `bzero-bz-config` files now provide context for users to quickly understand the contents of the file. To update your configs to include these new descriptions, re-run `zli generate sshConfig`

## Web app & backend

### Enhancements

* **Sign in with Okta.** To improve the visibility of the Okta sign-in option, we added a designated "sign in with Okta" button to the log in screen. The flow to sign in with your work domain email remains unchanged

For questions or to give us feedback on how we can make our updates better, reach out to [<mark style="color:purple;">product@bastionzero.com</mark>](mailto:product@bastionzero.com).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changes.bastionzero.com/2022/improved-ssh-config-file-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
