We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de3939 commit 7be9227Copy full SHA for 7be9227
utils/docker-entrypoint.sh
@@ -17,6 +17,7 @@ fi
17
if [ -z "$SSH_KNOWN_HOSTS"]; then
18
echo 'No $SSH_KNOWN_HOSTS was set.'
19
else
20
+ echo 'Adding $SSH_KNOWN_HOSTS to ssh-agent...'
21
echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
22
chmod 644 ~/.ssh/known_hosts
23
fi
0 commit comments