Skip to content

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

License

Notifications You must be signed in to change notification settings

wiky/node.sshkeys.gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published