

Saved Session - the host name that will be used in the git URLs.This session should be named for a host representing the git server, part of the Git URL used in commands, such as "git push" or "git pull" (a-la "git clone ssh:// /repo/path) Private Key File for Authentication - path to a PPK (Key in Puttygen format) leading to the SSH Key downloaded from the Luminate User Portal, converted by puttygen.In the Connection -> SSH-> Authtab, define the following: Auto-login username - User name as shown in the Luminate Application Portal ( ).In the Connection-> Datatab, define the following: Host Name (as appears in the Luminate Applications Portal).For the sake of an example, lets assume that it is git-server. Its name doesn't affect any part of the eventual user experience, only of the configuration.

This session is defining the connection to the SSH Application (defined in the Luminate Administration Portal) representing the Bitbucket server(s). The same configuration can be achieved within a single Putty session configuration as well. It is done for better modular structure and supportability. The below configuration is split into two separate sessions. Created sessions will be stored in Registry under Computer\HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions, they can be exported and imported into other computers. ssh/config file, putty session(s) need to be defined and configured, conforming to the name/DNS of the git server.

In order to configure TortoiseGit using plink to connect via Luminate, instead of modifying. This configuration can also be switched in TortoiseGit settings under "Network" tab at any given moment: The choice of which SSH client will be used by TortoiseGit is done when installing TortoiseGit or when preparing it for first use:
#Gitkraken openssh windows
TortoiseGit for Windows with TortoiseGitPlink instead of OpenSSH When cloning a repository, use the same URL: In case OpenSSH is used, the configuration is identical to the one described above. TortoiseGit, a popular Windows Git Shell Extension can use either the standard OpenSSH client for connecting to Git servers (in this case, the configuration is very similar to the above) or to use a TortoiseGitPlink optimized SSH client (explanation about this can be found below).

Same procedure can be carried out from Git UI: ssh/config and /lum/test-repo.git is the URI of the repository being cloned) (mybitbucket is the host name of the git server, as defined in. ssh sub-directory and create a file called "config" with the content identical to one in the generic article.Ĭloning into git repositories can later be done in the following way: Inside Git-Bash, go to a home directory of the user, move to.
#Gitkraken openssh mac os x
When using this configuration, the CLI access via SSH is not different from the way it is done on Mac OS X or on Linux. This is a standard configuration of Git for Windows, that can be installed either from or, using a lighter installer from The configuration should be adjusted to your specific environment. Other Enterprise Git Server products, such as GitHub Enterprise or Gitlab, provide this on other ports. Please note that examples below assume that the Git server is providing SSH access on port 7999 (it is a default configuration of Atlassian Bitbucket).
