Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node sshkeys for gitlab

SSH key allows you to establish a secure connection between your computer and GitLab

usage

install

> npm install node.sshkeys.gitlab -g

generate and add SSH key.

> ssh-gitlab YOUR_TOKEN

Usage: ssh-gitlab <token> [api]

  • token: [Required]Private token. Your private token is used to access application resources without authentication. (You can findout your token at http://your-gitlab-site.com/profile/account)

  • api : [Optional]GitLab api url.

git config --global user.name "YOUR_USER_NAME"
git config --global user.email "YOUR_EMAIL"

About

SSH key allows you to establish a secure connection between your computer and GitLab

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages