User Tools

Site Tools


ssh

This is an old revision of the document!


Table of Contents

SSH

To set the SSH key under windows

  • use the OpenSSH format of the key
  • copy the key to ~/.ssh/gitlab.ppk
  • Under ~/.ssh/config refer to the key

~/.ssh/config

# Private GitLab instance
Host YOURGITLABSUBDOMAIN.YOURDOMAIN.com
  PreferredAuthentications publickey
  IdentityFile ~/.ssh/gitlab.ppk
ssh.1684156838.txt.gz · Last modified: by skipidar