When doing and running commands in heroku console, via heroku run console. Is this a secure connection?
For example, if I am editing a user’s password. Will the information from my computer to the heroku console be secure / encrypted?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes,
heroku consoleworks over SSH. That’s why you have to generate an encryption keypair to use Heroku. Your traffic is encrypted.