AppSSHEndpoint returns the HREF for SSHing into an app container.
()
| 45 | |
| 46 | // AppSSHEndpoint returns the HREF for SSHing into an app container. |
| 47 | func (info Root) AppSSHEndpoint() string { |
| 48 | return info.Links.AppSSH.HREF |
| 49 | } |
| 50 | |
| 51 | // AppSSHHostKeyFingerprint returns the SSH key fingerprint of the SSH proxy |
| 52 | // that brokers connections to application instances. |