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
sshportal healthcheck is now more secure (see 08ca312). If you used to run sshportal with --db-driver or --db-conn directly you will need to set the corresponding environment variables for the Docker HEALTHCHECK to keep it working or set them by cli if you run the binary directly (not recommended)
You don't have to do anything if you use the .deb or .rpm package as the environment variables are injected in the the sshportal systemd service.
Changelog
9924335 fix(build): windows build failing since urfave/cli upgrade
08ca312 fix(healthcheck): make sure to verify the host key