MCPcopy Index your code
hub / github.com/cloudfoundry/cli / AppSSHHostKeyFingerprint

Method AppSSHHostKeyFingerprint

api/cloudcontroller/ccv3/root.go:53–55  ·  view source on GitHub ↗

AppSSHHostKeyFingerprint returns the SSH key fingerprint of the SSH proxy that brokers connections to application instances.

()

Source from the content-addressed store, hash-verified

51// AppSSHHostKeyFingerprint returns the SSH key fingerprint of the SSH proxy
52// that brokers connections to application instances.
53func (info Root) AppSSHHostKeyFingerprint() string {
54 return info.Links.AppSSH.Meta.HostKeyFingerprint
55}
56
57// CloudControllerAPIVersion returns the version of the CloudController.
58func (info Root) CloudControllerAPIVersion() string {

Calls

no outgoing calls

Tested by

no test coverage detected