Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb01c10f

Browse files
committed
This is a breaking change
1 parentd00b9fc commitb01c10f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: credentials
22
Type: Package
33
Title: Tools for Managing SSH and Git Credentials
4-
Version:1.4.0
4+
Version:2.0.0
55
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"),
66
email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289"))
77
Description: Setup and retrieve HTTPS and SSH credentials for use with 'git' and

‎NEWS‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
1.4.0
2-
- ssh_key_info() now ECDSA key instead of RSA key by default if both exist.
1+
2.0.0
2+
- ssh_key_info() now returns ECDSA instead of RSA key by default if both exist.
3+
If you get authentication problems with 'gert' you probably need to upload your
4+
ecdsa key to your host (e.g. GitHub) or otherwise delete it from ~/.ssh/ecdsa
5+
to use your old RSA key.
36
- ssh_keygen() now defaults to generating ECDSA (P-521) keys
47

58
1.3.2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp