This package browser is in early development. Mind the rough edges.

r-credentials 2.0.3

Tools for managing SSH and Git credentials

This package assists you in setting up and retrieving of 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 this package provides 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.

Installation

Install r-credentials 2.0.3 as follows:

guix install r-credentials@2.0.3

Or install the latest version:

guix install r-credentials

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.