Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Haarolean opened this issue Aug 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Haarolean
Copy link

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: f4ae6f0 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 Haarolean added the bug Something isn't working label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant