flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

`fly ssh console` opens a session into wrong machine if the requested machine is stopped

Open Haarolean opened this issue 1 year ago • 0 comments

Please only report specific issues with flyctl behavior. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!

Describe the bug fly ssh console opens a session into wrong machine if the requested machine is stopped

  • Operating system
  • fly version fly v0.2.103 darwin/arm64 Commit: f4ae6f03c144e4d5ccbe454172c4d3bea6b1d85b BuildDate: 2024-07-31T17:06:22Z

** Command output: **

$  fly m list -a kapybro --json | jq -r '.[] | "\(.id) \(.state)"'
9185e206b604d8 stopped
6e824d24c26ed8 started
$  fly ssh console -a kapybro --machine 9185e206b604d8
Connecting to fdaa:9:7577:a7b:2bd:a222:f30e:2... complete
6e824d24c26ed8:/#

Haarolean avatar Aug 01 '24 18:08 Haarolean