Posts

Add GitHub Repository to DBeaver CE Secured with SSH Protocol

Image
  From  Add GitHub Repository to DBeaver CE Secured with SSH Protocol - tech jogging Add GitHub Repository to DBeaver CE Secured with SSH Protocol Date  2021-06-14 Views 2579 Category DBeaver ,  Git GitHub is a good addition to DBeaver Community Edition (CE). It allows to store scripts and other files in source control. Even with some limitations in DBeaver CE, GitHub full functionality can be utilized. There are varieties of ways connecting GitHub to DBeaver CE. SSH protocol provides with enhanced security and seamlessly integrated with DBeaver CE. In some cases, it can work when HTTPS one might be problematic. The article uses DBeaver 21.1.0 CE installed in Windows. 1. Prerequisite. Create SSH key Follow  Create SSH Key in DBeaver CE  article. 2. Prerequisite. Install DBeaver Git extension Follow  Install DBeaver CE Git Extension  article. 3. Open File menu and select Import menu item 4. Expand Git node and select any item, for example, Projects...

Installing Git for Windows

Image
  Installing Git for Windows Download  git for windows Run the downloaded installer and pay attention to the following settings You may prefer installing the git context menu, but I like to keep things simple so I just unchecked it Choose “Use Git from the Windows command prompt” Choose “Checkout windows-style, commit Unix-style line endings” Installing SSH tools The most common SSH windows utilities are the ones coming with  Putty . Downloading Putty binaries First you need to go to  Putty binaries repository  and download the following resources: puttygen.exe plink.exe pageant.exe Generating SSH keys If you don’t have a SSH public/private key pair you can generate it using the  puttygen  utility. From now on I’ll use  %USER_HOME%  whenever I refer to your Windows user home folder, which depending on your Windows version may be located in: VERSION PATH Windows XP C:\Documents and Settings\vlad Windows 7 and later C:\Users\vlad You need to cr...