[Bug 1959488] [NEW] Error loading key ".../id_ed25519.pub": error in libcrypto
Thomas
1959488 at bugs.launchpad.net
Sat Jan 29 15:55:07 UTC 2022
Public bug reported:
I can't add my ED25519 ssh-key to my ssh-agent. I am getting this error
message:
user at pc:~$ ssh-add ~/.ssh/id_ed25519.pub
Error loading key "/home/user/.ssh/id_ed25519.pub": error in libcrypto
I have setup key agent for KDE like this:
user at pc:~$ cat ~/.config/plasma-workspace/env/ssh-agent.sh
#!/bin/bash
[ -n "$SSH\_AGENT\_PID" ] || eval "$(ssh-agent -s)"
user at pc:~$ cat ~/.config/plasma-workspace/env/ssh-askpass.sh
#!/bin/bash
[ -n "$SSH\_ASKPASS" ] || export SSH\_ASKPASS=/usr/bin/ksshaskpass
user at pcc:~$ cat ~/.config/plasma-workspace/shutdown/ssh-agent-shutdown.sh
#!/bin/bash
[ -z "$SSH\_AGENT\_PID" ] || eval "$(ssh-agent -k)"
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: openssh-client 1:8.7p1-4
Uname: Linux 5.15.0-051500-generic x86_64
ApportVersion: 2.20.11-0ubuntu76
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Sat Jan 29 16:43:55 2022
InstallationDate: Installed on 2022-01-21 (7 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions:
ssh-askpass N/A
libpam-ssh N/A
keychain N/A
ssh-askpass-gnome N/A
SSHClientVersion: OpenSSH_8.7p1 Ubuntu-4, OpenSSL 3.0.1 14 Dec 2021
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)
** Affects: openssh (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-bug jammy
** Description changed:
- I cant add my ED25519 ssh key to my ssh-agent. I am getting this error
+ I can't add my ED25519 ssh-key to my ssh-agent. I am getting this error
message:
user at pc:~$ ssh-add ~/.ssh/id_ed25519.pub
Error loading key "/home/user/.ssh/id_ed25519.pub": error in libcrypto
+
I have setup key agent for KDE like this:
- user at pc:~$ cat ~/.config/plasma-workspace/env/ssh-agent.sh
+
+ user at pc:~$ cat ~/.config/plasma-workspace/env/ssh-agent.sh
#!/bin/bash
[ -n "$SSH\_AGENT\_PID" ] || eval "$(ssh-agent -s)"
- user at pc:~$ cat ~/.config/plasma-workspace/env/ssh-askpass.sh
+
+
+ user at pc:~$ cat ~/.config/plasma-workspace/env/ssh-askpass.sh
#!/bin/bash
[ -n "$SSH\_ASKPASS" ] || export SSH\_ASKPASS=/usr/bin/ksshaskpass
+
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: openssh-client 1:8.7p1-4
Uname: Linux 5.15.0-051500-generic x86_64
ApportVersion: 2.20.11-0ubuntu76
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Sat Jan 29 16:43:55 2022
InstallationDate: Installed on 2022-01-21 (7 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions:
- ssh-askpass N/A
- libpam-ssh N/A
- keychain N/A
- ssh-askpass-gnome N/A
+ ssh-askpass N/A
+ libpam-ssh N/A
+ keychain N/A
+ ssh-askpass-gnome N/A
SSHClientVersion: OpenSSH_8.7p1 Ubuntu-4, OpenSSL 3.0.1 14 Dec 2021
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)
** Description changed:
I can't add my ED25519 ssh-key to my ssh-agent. I am getting this error
message:
user at pc:~$ ssh-add ~/.ssh/id_ed25519.pub
Error loading key "/home/user/.ssh/id_ed25519.pub": error in libcrypto
-
I have setup key agent for KDE like this:
-
user at pc:~$ cat ~/.config/plasma-workspace/env/ssh-agent.sh
#!/bin/bash
[ -n "$SSH\_AGENT\_PID" ] || eval "$(ssh-agent -s)"
-
user at pc:~$ cat ~/.config/plasma-workspace/env/ssh-askpass.sh
#!/bin/bash
[ -n "$SSH\_ASKPASS" ] || export SSH\_ASKPASS=/usr/bin/ksshaskpass
+
+ user at pcc:~$ cat ~/.config/plasma-workspace/shutdown/ssh-agent-shutdown.sh
+ #!/bin/bash
+
+ [ -z "$SSH\_AGENT\_PID" ] || eval "$(ssh-agent -k)"
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: openssh-client 1:8.7p1-4
Uname: Linux 5.15.0-051500-generic x86_64
ApportVersion: 2.20.11-0ubuntu76
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Sat Jan 29 16:43:55 2022
InstallationDate: Installed on 2022-01-21 (7 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions:
ssh-askpass N/A
libpam-ssh N/A
keychain N/A
ssh-askpass-gnome N/A
SSHClientVersion: OpenSSH_8.7p1 Ubuntu-4, OpenSSL 3.0.1 14 Dec 2021
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1959488
Title:
Error loading key ".../id_ed25519.pub": error in libcrypto
Status in openssh package in Ubuntu:
New
Bug description:
I can't add my ED25519 ssh-key to my ssh-agent. I am getting this
error message:
user at pc:~$ ssh-add ~/.ssh/id_ed25519.pub
Error loading key "/home/user/.ssh/id_ed25519.pub": error in libcrypto
I have setup key agent for KDE like this:
user at pc:~$ cat ~/.config/plasma-workspace/env/ssh-agent.sh
#!/bin/bash
[ -n "$SSH\_AGENT\_PID" ] || eval "$(ssh-agent -s)"
user at pc:~$ cat ~/.config/plasma-workspace/env/ssh-askpass.sh
#!/bin/bash
[ -n "$SSH\_ASKPASS" ] || export SSH\_ASKPASS=/usr/bin/ksshaskpass
user at pcc:~$ cat ~/.config/plasma-workspace/shutdown/ssh-agent-shutdown.sh
#!/bin/bash
[ -z "$SSH\_AGENT\_PID" ] || eval "$(ssh-agent -k)"
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: openssh-client 1:8.7p1-4
Uname: Linux 5.15.0-051500-generic x86_64
ApportVersion: 2.20.11-0ubuntu76
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Sat Jan 29 16:43:55 2022
InstallationDate: Installed on 2022-01-21 (7 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions:
ssh-askpass N/A
libpam-ssh N/A
keychain N/A
ssh-askpass-gnome N/A
SSHClientVersion: OpenSSH_8.7p1 Ubuntu-4, OpenSSL 3.0.1 14 Dec 2021
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1959488/+subscriptions
More information about the foundations-bugs
mailing list