Can someone suggest an implementation for this idea; and if its in the scope of my skills I'll try to add it myself. [cc'ing a friend Bo Jeanes who's been fun research and meetup talks on SSH]
Currently, "bosh ssh NAME/INDEX" resolves NAME/INDEX to a private IP for a VM on AWS. Outside of AWS, this IP is meaningless; as such, "bosh ssh" can only be run from within AWS.
An automatic failover could be to use the director's VM as a sort-of bastian host and have the SSH connection tunnel through the director's VM into the target job VM.
What is an example "ssh" command to run on the director VM or on the local CLI machine, to setup a tunnel through to the target private IP host?
Or would this be implemented using a ruby net-ssh library?
Nic
--