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 34cbd18 commit e5107a4Copy full SHA for e5107a4
helm-chart/images/jupyterhub-ssh/jupyterhub_ssh_config.py
@@ -7,6 +7,7 @@
7
# FIXME: help this config migrate to ssh.config as well
8
c.JupyterHubSSH.hub_url = config["hubUrl"]
9
10
+ssh_config = config.get("ssh", {}).get("config", {})
11
# load generic configuration
-for app, cfg in config["ssh"]["config"].items():
12
+for app, cfg in ssh_config.items():
13
c[app].update(cfg)
0 commit comments