Does 'fly ssh console' connect to a single machine or is it abstracted?

How does this work if you have multiple machines? If you don’t specify a machine, does it just connect to one at random?

Try:

fly ssh console -s

This will show you a list of machines for you to select from. If you don’t pass that option, fly ssh console will select one for you, generally the nearest one, though be aware that nearest is something that varies over time and has to do with global network topology and load.

2 Likes

Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.