ddev auth ssh

Created on 6 Aug 2019  路  2Comments  路  Source: drud/ddev

Describe the bug
Not able to execute ddev auth ssh

To Reproduce
Steps to reproduce the behavior:

$ ddev auth ssh
Unable to find image 'drud/ddev-ssh-agent:v1.10.1-built' locally
docker: Error response from daemon: manifest for drud/ddev-ssh-agent:v1.10.1-built not found.
See 'docker run --help'.
Docker command 'docker [run -it --rm --volumes-from=ddev-ssh-agent --user=1000 --mount=type=bind,src=~/.ssh,dst=~/.ssh drud/ddev-ssh-agent:v1.10.1-built ssh-add]' failed: exit status 125

Expected behavior
It should work

Screenshots
N/A

Additional context

Most helpful comment

Thanks for the report! Could you please ddev poweroff and then start again?

All 2 comments

Thanks for the report! Could you please ddev poweroff and then start again?

That fixed it.

Was this page helpful?
0 / 5 - 0 ratings