Releases: cloudfoundry/diego-ssh
0.2.2
This version improves reliability of capturing output from an exec'ed command.
0.2.1
This version enables keep alive for non-interactive ssh sessions.
0.2.0
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
plugin-0.1.2 Fix the build script to handle the split main
0.1.1
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
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.