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
if [ '{{repl ConfigOptionEquals "ssh_gateway" "1" }}' = "true" ];
212
212
then
213
213
echo "Gitpod: Generate SSH host key"
214
-
apk update && apk add --no-cache openssh-keygen # TODO: Move installation of openssh-keygen to installer image
215
214
ssh-keygen -t rsa -q -N "" -f host.key
216
215
kubectl create secret generic ssh-gateway-host-key --from-file=host.key -n {{repl Namespace }} || echo "SSH Gateway Host Key secret has not been created. Does it exist already?"
217
216
yq e -i '.sshGatewayHostKey.kind = "secret"' "${CONFIG_FILE}"
0 commit comments