I am interested in using client tools such as ssh, scp and sftp to interact with my IBM Bluemix CloudFoundry App.
Specifically, there is a dynamically generated file/folder that is created by my app web installer that I would like to download locally to my laptop.
I've read about the recent Diego enablement and I'm interested in leveraging the diego-ssh proxy-authentication capabilities discussed here.
Using the Cloud Foundry cf command line interface and following the diego-ssh guidance found here, you can complete a client proxy authentication as follows:
This authorization code can then be used as a password to invoke commands such as:
The key detail for Bluemix is knowing its CF API endpoint:
Region Name CF API Endpoint
US South Region api.ng.bluemix.net
United Kingdom Region api.eu-gb.bluemix.net
Sydney region api.au-syd.bluemix.net
With some combination of these clients, you can seamlessly move files between local and Bluemix CF App environments to fulfill a variety of end-user dev needs.
Here is a sample interaction: