We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d6c60 commit 16c7df7Copy full SHA for 16c7df7
.gocd/key-auth.sh
@@ -52,7 +52,7 @@ sleep 20
52
# Write a newline followed by the public key
53
# https://unix.stackexchange.com/questions/191694/how-to-put-a-newline-special-character-into-a-file-using-the-echo-command-and-re
54
echo "echo \n >> $MOUNT_PATH/.ssh/authorized_keys" | docker exec -i $SSH_MOUNT_CONTAINER bash -
55
-echo "echo $MOUNT_SSH_PUB_KEY_CONTENT >> $MOUNT_PATH/.ssh/authorized_keys" | docker exec -it $SSH_MOUNT_CONTAINER bash -
+echo "echo $MOUNT_SSH_PUB_KEY_CONTENT >> $MOUNT_PATH/.ssh/authorized_keys" | docker exec -i $SSH_MOUNT_CONTAINER bash -
56
57
echo "------------ test 1 identity_file flag ------------\n"
58
0 commit comments