Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Git
Git
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Cloud Support
  • GitGit
  • Wiki
  • GIT BASH Auth

Last edited by Debdutta Sarkar Jun 16, 2025
Page history
This is an old version of this page. You can view the most recent version or browse the history.

GIT BASH Auth

Generating a new SSH key and adding it to the ssh-agent

1. Open Git Bash.

2. Paste the text below, substituting it with your Nexval email address.

$ ssh-keygen -t ed25519 -C "ashok.patidar@nexval.com"

This creates a new SSH key, using the provided email as a label.

3. When you're prompted to "Enter a file in which to save the key," press Enter. This accepts the default file location.

> Enter a file in which to save the key (/c/%USER_NAME%/you/.ssh/id_algorithm):[Press enter]

At the prompt, type a secure passphrase or keep it blank, press Enter

**4. Open C:/Users/%USER_NAME%/.ssh/id_algorithm.pub in Notepadd and Copy all **

**5. Login into git.nexval.com **

Go to Setting and Click Edit Profile

image

Go to SSH Keys Section

image

Paste Copied key here

image

Press Add Key

6. Go to Git Bash and check connectivity

Enter the following command:

$ ssh -T git@git.nexval.com

You may see a warning, press y or yes

Verify that the resulting message contains your username.

image

Clone repository
  • GIT BASH Auth
  • Git & TortoiseGit