Skip to content

feat(ssh): add GIT_SSH_CONFIG to configure a custom ssh config - #82

Merged
janikvonrotz merged 1 commit into
Mint-System:mainfrom
sxvan:feat/custom-git-config
Sep 17, 2026
Merged

janikvonrotz merged 1 commit into
Mint-System:mainfrom
sxvan:feat/custom-git-config

Conversation

@sxvan

@sxvan sxvan commented Sep 3, 2026

Copy link
Copy Markdown

Add a environment variable to pass a ssh config as string.
This allows ssh clone of enterprise and custom addons on production environments where port 22 (default ssh) often is restricted.
This also often applies to public WLANs.

One concrete use case would be GitHub 443:

Host github.com
Hostname ssh.github.com
Port 443
User git

@vercel

vercel Bot commented Sep 3, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the Mint System GmbH Team on Vercel.

A member of the Team first needs to authorize it.

@janikvonrotz
janikvonrotz merged commit 4daebd9 into Mint-System:main Sep 17, 2026
1 check failed
@janikvonrotz

Copy link
Copy Markdown
Contributor

Feature will be ready with the next image revision.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants