Package: credentials 2.0.2

Jeroen Ooms

credentials: Tools for Managing SSH and Git Credentials

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.

Authors:Jeroen Ooms [aut, cre]

credentials_2.0.2.tar.gz
credentials_2.0.2.zip(r-4.5)credentials_2.0.2.zip(r-4.4)credentials_2.0.2.zip(r-4.3)
credentials_2.0.2.tgz(r-4.4-any)credentials_2.0.2.tgz(r-4.3-any)
credentials_2.0.2.tar.gz(r-4.5-noble)credentials_2.0.2.tar.gz(r-4.4-noble)
credentials_2.0.2.tgz(r-4.4-emscripten)credentials_2.0.2.tgz(r-4.3-emscripten)
credentials.pdf |credentials.html
credentials/json (API)
NEWS

# Install 'credentials' in R:
install.packages('credentials', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/r-lib/credentials/issues

On CRAN:

gitpasswordssh

17 exports 72 stars 12.36 score 5 dependencies 367 dependents 94 scripts 153.1k downloads

Last updated 12 days agofrom:4e6ca5b272 (on main). Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 03 2024
R-4.5-winOKOct 03 2024
R-4.5-linuxOKOct 03 2024
R-4.4-winOKOct 03 2024
R-4.4-macOKOct 03 2024
R-4.3-winOKOct 03 2024
R-4.3-macOKOct 03 2024

Exports:credential_approvecredential_fillcredential_helper_getcredential_helper_listcredential_helper_setcredential_rejectgit_credential_askgit_credential_forgetgit_credential_updateset_github_patssh_agent_addssh_homessh_key_infossh_keygenssh_read_keyssh_setup_githubssh_update_passphrase

Dependencies:askpasscurljsonliteopensslsys

Managing SSH and Git Credentials in R

Rendered fromintro.Rmdusingknitr::rmarkdownon Oct 03 2024.

Last update: 2023-09-06
Started: 2018-11-07

Readme and manuals

Help Manual

Help pageTopics
Retrieve and store git HTTPS credentialscredential_api credential_approve credential_fill credential_reject
Credential Helperscredential_helper credential_helper_get credential_helper_list credential_helper_set
Load and store git HTTPS credentialscredentials git_credential_ask git_credential_forget git_credential_update http_credentials
Set your Github Personal Access Tokenset_github_pat
Managing Your SSH Keyssh_agent_add ssh_credentials ssh_home ssh_keygen ssh_key_info ssh_read_key ssh_setup_github ssh_update_passphrase