How to find ssh connection details

Expected behavior

Click on successful deployment message in azure and see ssh connection details

Actual behavior

Not clear how to connect via ssh

Additional Information

In older versions of the beta I could click on the notification of a successful deployment and see the ssh connection details as per the below:

I just tired beta 10 and I see the below, I’m not sure what the ssh connection details are:
https://postimg.org/image/edbje9bj1/ (sorry I can only upload one image)

Steps to reproduce the behavior

  1. Deploy to Azure
  2. Click on the resource group you used
  3. Click on Overview
  4. In the Essentials tab click on the blue link (carries the date) under ‘last deployment’ title
  5. Click the template in deployment history
  6. Look for ssh connection details
1 Like

Yeah, unfortunately we had to change this, details here: https://beta.docker.com/docs/deploy/#manager-public-ip-and-ssh-ports-on-azure

@jinky32 If you look at the last output, there is a link to find the SSH targets.
Clicking that link will send you to the list of managers with their IPs and port numbers.

As Michael pointed out it’s all documented in the docs.

@friism @frenchben arghh, RTFM! Thanks - works perfectly :slight_smile: