How can I SSH into my CLI application?
Hello, I have an CLI python app deployed but I need to connect to the service. I couldnt find how. It would be great if you can help me. thanks
7 Replies
Project ID:
beff2644-9451-4eed-abd1-96151b3f6557
project ID = beff2644-9451-4eed-abd1-96151b3f6557
connect to it how? Through the web? ssh access?
@Gorkem
ssh access
it is an CLI app, I need to SSH into the service and run some commands time to time
Railway doesn’t provide SSH access. Closest thing you could get is a shell endpoint you code into your app
don’t forget to lock it behind a password
@Gorkem
railway is great, but it doesn't cover every usecase, this may be better off running on a vps
damn. I really liked railway and just moved from aws. ugh
alright thanks. I'll look into it
yeah that could work. thanks