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
2016-10-11T18:25:39.4778610Z ##[section]Starting: Docker compose
2016-10-11T18:25:39.8598660Z [command]/bin/bash /home/docker-user/Agents/a1/_work/_tasks/lambda3docker_e3b19710-626e-11e6-865c-3771efe12c4b/0.7.2/dockerTask.sh --compose --env Debug --server mysite.centralus.cloudapp.azure.com --port 2200 --user myadmin --key -----BEGIN RSA PRIVATE KEY-----\n...\n-----END RSA PRIVATE KEY----- --project myproject
2016-10-11T18:25:39.8730780Z Exporting variables supplied as arguments...
2016-10-11T18:25:39.8847870Z Variables exported.
2016-10-11T18:25:39.8854000Z You must supply a valid value to --key. Value supplied (first 20 characters):
2016-10-11T18:25:39.8859220Z -----BEGIN
2016-10-11T18:25:39.8898400Z Docker script failed:/bin/bash failed with return code: 13
2016-10-11T18:25:39.9549440Z ##[section]Finishing: Docker compose
I have tried two things, using the total output of cat id_rsa (as shown above) with the new lines replaced with \n. And I have tried using just the key with the new lines replaced with \n.
I'm not sure what I'm doing wrong here. This is the key I use when I SSH into the host as well.
The text was updated successfully, but these errors were encountered:
2016-10-11T20:02:00.5047650Z Killing existing ssh.
2016-10-11T20:02:00.5128330Z /home/docker-user/Agents/a1/_work/_tasks/lambda3docker_e3b19710-626e-11e6-865c-3771efe12c4b/0.7.2/dockerTask.sh: line 36: kill: (1205) - Operation not permitted
2016-10-11T20:02:00.5134010Z Return code was not zero but 1
2016-10-11T20:02:00.5156610Z Docker script failed:/bin/bash failed with return code: 231
It happens when we are trying to kill an existing ssh connection. What are the messages that come before that? Is it a Connecting... one, or a Could not connect to server one?
Below is the output:
I have tried two things, using the total output of
cat id_rsa
(as shown above) with the new lines replaced with \n. And I have tried using just the key with the new lines replaced with \n.I'm not sure what I'm doing wrong here. This is the key I use when I SSH into the host as well.
The text was updated successfully, but these errors were encountered: