Improvements:
SSH Improvements:
bosh ssh
no longer asks for a sudo password- Generated bosh users now have passwordless sudo
- To use this feature you need updated CLI (1.3115.0+), the Director (v217/1.3115.0+) and stemcells (3115+)
- Director can be configured to provide default ssh gateway for
bosh ssh
- Instead of adding
--gateway_host
flag for bosh ssh command, specifydirector.default_ssh_options.gateway_host
when deploying the Director
- Instead of adding
Note: we are still working on a new bosh-lite stemcell to bring above improvements to bosh-lite.