Re: "bosh ssh" times out
Jim Park
You can proxy through the director or whatever else if you'd like with
toggle quoted messageShow quoted text
`bosh ssh --gateway_host director.example.com --gateway_user vcap --gateway_identity_file /path/to/bosh_directors_key`. BOSH director only manages creating a one-time use user login with sudo privileges and passes it back to bosh_cli. We use a bastion host to perform BOSH-ey things because of this. Thanks, Jim
On Thu, Oct 8, 2015 at 8:49 AM Daniel Mikusa <dmikusa(a)pivotal.io> wrote:
I was under the impression that you need to be able to connect directly,
|
|