Closed bugfood closed 2 years ago
When pdk bundle exec rake litmus:acceptance:parallel is run twice, the second command hangs. This happens because ssh-keygen is waiting for interactive input:
pdk bundle exec rake litmus:acceptance:parallel
/home/testuser-ssh/.ssh/id_rsa already exists. Overwrite (y/n)?
To fix this, ensure that we start out with an empty .ssh directory each time.
Thank you.
-Corey
When
pdk bundle exec rake litmus:acceptance:parallel
is run twice, the second command hangs. This happens because ssh-keygen is waiting for interactive input:To fix this, ensure that we start out with an empty .ssh directory each time.