You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce this issue, set the pipeline below and provide an SSH key that has a password in the private_key field. It's pretty quick to set up a new lock repo and add the generated public key as a deploy key on the repo (make sure to grant it write access). Then run the acquire-lock job. It errors out with absolutely no output. Obviously this wouldn't work since there's no way to provide a password -- I just discovered it when I pasted in the wrong key by mistake -- but we can hopefully save someone else the trouble by grepping their key for ENCRYPTED or something like that and printing an appropriate warning.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
No helpful output when private key provided requires password
No helpful error output when private key provided requires password
Jun 13, 2016
To reproduce this issue, set the pipeline below and provide an SSH key that has a password in the
private_key
field. It's pretty quick to set up a new lock repo and add the generated public key as a deploy key on the repo (make sure to grant it write access). Then run theacquire-lock
job. It errors out with absolutely no output. Obviously this wouldn't work since there's no way to provide a password -- I just discovered it when I pasted in the wrong key by mistake -- but we can hopefully save someone else the trouble by grepping their key forENCRYPTED
or something like that and printing an appropriate warning.The text was updated successfully, but these errors were encountered: