## New Features - Added ability to pass inputs to InSpec shell using input file and cli ([#5452](https://github.com/inspec/inspec/pull/5452)) For more information, see [How can I set Inputs?](https://docs.chef.io/inspec/inputs/#how-can-i-set-inputs) in the InSpec documentation. ## Bug Fixes - **Fix SSH Timeout PTY allocation ([train #676](https://github.com/inspec/train/pull/676)).** We fixed a bug that caused occasional failures in some command resources that use SSH transport and were mistakenly allocated a pseudoterminal (PTY) when setting a timeout. In some cases, the PTY changed how the resource was interpreted. This fix only uses PTY when explicitly requested.