Learn R Programming

credentials (version 2.0.2)

Tools for Managing SSH and Git Credentials

Description

Setup and retrieve HTTPS and SSH credentials for use with 'git' and other services. For HTTPS remotes the package interfaces the 'git-credential' utility which 'git' uses to store HTTP usernames and passwords. For SSH remotes we provide convenient functions to find or generate appropriate SSH keys. The package both helps the user to setup a local git installation, and also provides a back-end for git/ssh client libraries to authenticate with existing user credentials.

Copy Link

Version

Install

install.packages('credentials')

Monthly Downloads

184,681

Version

2.0.2

License

MIT + file LICENSE

Maintainer

Jeroen Ooms

Last Published

October 4th, 2024

Functions in credentials (2.0.2)

credential_helper

Credential Helpers
http_credentials

Load and store git HTTPS credentials
credential_api

Retrieve and store git HTTPS credentials
set_github_pat

Set your Github Personal Access Token
ssh_credentials

Managing Your SSH Key