a month ago
I can't ssh into any of the service in my project. It keeps saying "No target found for ''"
I noticed that if i do not pass the deployment instance ID, it would show a random ID, saying No target found for that ID. When i explicitly set the deployment instance ID, it still says that No target found.
I tried the standard bash ssh, still no luck.
And, yes, my container base image supports shh.
Help please, really need it for my production system.
2 Replies
a month ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • 28 days ago
a month ago
Standard bash SSH doesn't work because Railway doesn't use "real" SSH. Instead, it uses a websocket-based connection.
Also, does this error happen when you right click the service, select Copy SSH Command, and run that command locally?
a month ago
Yes, I used the ssh command i copied by right clicking the service and selecting "Copy SSH command".
I also used the cli tool to link (railway link) the specific project the service, i then ran railway ssh.
None of these solved the problem.