./security/R-credentials, Tools for Managing SSH and Git Credentials

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.2, Package name: R-credentials-2.0.2, Maintainer: pkgsrc-users

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.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2025-01-11 12:47:54 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(security/R-credentials) Update 1.3.1 to 2.0.2, make test passed

2.0.1
  - Precompute vignette due to credential issues on some CRAN machines.

2.0.0
  - ssh_key_info() now returns ECDSA instead of RSA key by default if both exist.
    If you get authentication problems with 'gert' you probably need to upload your
    ecdsa key to your host (e.g. using ssh_setup_github()) or otherwise delete the
    ECDSA key from ~/.ssh/ecdsa to go back and use your old RSA key.
  - ssh_keygen() now defaults to generating ECDSA (P-521) keys

1.3.2
  - Disable example in vignette that would prompt for user input on Windows
   2022-05-11 16:22:23 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(security/R-credentials) Updated 1.3.0 to 1.3.2

1.3.2
  - Disable example in vignette that would prompt for user input on Windows

1.3.1
` - Set permission to user-read only for generated private keys
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2020-12-21 15:46:02 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(security/R-credentials) import R-credentials-1.3.0

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.