Package: credentials 2.0.2
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:
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://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/credentials/issues
Last updated 2 months agofrom:4e6ca5b272. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win | OK | Nov 02 2024 |
R-4.5-linux | OK | Nov 02 2024 |
R-4.4-win | OK | Nov 02 2024 |
R-4.4-mac | OK | Nov 02 2024 |
R-4.3-win | OK | Nov 02 2024 |
R-4.3-mac | OK | Nov 02 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
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Retrieve and store git HTTPS credentials | credential_api credential_approve credential_fill credential_reject |
Credential Helpers | credential_helper credential_helper_get credential_helper_list credential_helper_set |
Load and store git HTTPS credentials | credentials git_credential_ask git_credential_forget git_credential_update http_credentials |
Set your Github Personal Access Token | set_github_pat |
Managing Your SSH Key | ssh_agent_add ssh_credentials ssh_home ssh_keygen ssh_key_info ssh_read_key ssh_setup_github ssh_update_passphrase |