Skip to content

Releases: cloudfoundry/diego-ssh

0.2.2

31 Dec 19:13
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

This version improves reliability of capturing output from an exec'ed command.

0.2.1

23 Sep 19:33
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

This version enables keep alive for non-interactive ssh sessions.

0.2.0

23 Sep 03:56
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

This version of the plugin changes the authentication flow. Instead of using the CLI managed access token to access the SSH proxy, the plugin acquire a one-time authorization code from the UAA that will be sent to the SSH proxy. The SSH proxy will then exchange the authorization code for an access token using its own client identity and secret.

This version of the plugin also adds a get-ssh-code command that returns a one-time authorization code for the SSH proxy. This code can be used as a password when using the proxy to access Cloud Foundry application containers with standard ssh clients. This resolves issues some users have encountered when using standard clients that limit the length passwords to less than 1024 bytes.

0.1.2

19 Jun 23:51
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
plugin-0.1.2

Fix the build script to handle the split main

0.1.1

19 Jun 17:49
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Pre-release version of the Diego-SSH plugin which enables SSH access to Diego containers.

To install the plugin, you can point to the appropriate url for your platform. For example, on Darwin

cf install-plugin https://github.com/cloudfoundry-incubator/diego-ssh/releases/download/plugin-0.1.1/ssh-plugin-darwin-amd64

will install the plugin.

Once the plugin is installed, you can use cf ssh APP_NAME to gain shell access to an ssh-enabled application instance that is managed by Diego.

CF CLI SSH Plugin

16 Jun 22:24
Compare
Choose a tag to compare
CF CLI SSH Plugin Pre-release
Pre-release

Pre-release version of the Diego-SSH plugin which enables SSH access to Diego containers.

To install the plugin, you can point to the appropriate url for your platform. For example, on Darwin

cf install-plugin https://github.com/cloudfoundry-incubator/diego-ssh/releases/download/plugin-0.1.0/ssh-plugin-darwin-amd64

will install the plugin.

Once the plugin is installed, you can use cf ssh APP_NAME to gain shell access to an ssh-enabled application instance that is managed by Diego.