We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d16e24 commit b720398Copy full SHA for b720398
commit0/harness/utils.py
@@ -91,7 +91,7 @@ def setup_git(logger: logging.Logger) -> None:
91
commands = [
92
('sudo adduser --disabled-password --gecos "" git', "adds git user"),
93
(
94
- "sudo -u git bash -c 'mkdir -p ~/.ssh && chmod 700 ~/.ssh && touch ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys'",
+ "sudo -u git bash -c 'mkdir -p ~/.ssh && chmod 700 ~/.ssh && touch ~/.ssh/authorized_keys && chmod 666 ~/.ssh/authorized_keys'",
95
"sets up .ssh directory for git",
96
),
97
("sudo touch /etc/shells", "creates /etc/shells if it doesn't exists yet"),
0 commit comments