Skip to content

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

Open
sxvan wants to merge 1 commit into
Mint-System:mainfrom
sxvan:feat/custom-git-config
Open

feat(ssh): add GIT_SSH_CONFIG to configure a custom ssh config#82
sxvan wants to merge 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.

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.

1 participant