Cannot ssh into the VM on Heroku
See original GitHub issueHasura Version: v1.0.0-beta.6 Deployment platform: Heroku (using the provided template) Dyno Type: Hobby
$ heroku ps:exec -a app-name
Establishing credentials... error
▸ Could not connect to dyno!
▸ Check if the dyno is running with `heroku ps'
I’ve tried restarting the dyno, with the same result.
Please let me know if https://github.com/hasura/graphql-engine-heroku is the appropriate repo for this issue.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Heroku can not ssh into a free dyno - Stack Overflow
Any suggestions? You might want to try heroku ps:exec --ssh --dyno=web. 1 . By default the ps:exec command uses internal SSH support, but...
Read more >Heroku Exec (SSH Tunneling)
Heroku Exec is a feature for creating secure TCP and SSH tunnels into a dyno. It allows for SSH sessions, port forwarding, remote...
Read more >Unable to connect to Heroku git, ssh connection fails [closed]
Created a new heroku account, adding SSH keys to Trying to configure Herokugit, accepted the default key (id_rsa) as the public key, ...
Read more >Deploy over SSH - CircleCI
To configure CircleCI to deploy your application over SSH, ... Add the SSH username and SSH hostname of your build VM as environment...
Read more >Configuring SSH and SSL | DataGrip Documentation - JetBrains
The SSL connection fails if the server certificate cannot be verified. To ensure that the connection to the data source is successful, click ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For Heroku Exec to work on Docker containers there are some pre-requisites that the container image needs to satisfy as indicated here: https://devcenter.heroku.com/articles/exec#using-with-docker
Hasura’s container does not satisfy these requirements. What is your use-case with exec? Maybe you can build a custom image using Hasura’s container as a base image?
is there an exsiting available qualified image we can build from?