You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been asked to troubleshoot an issue where an SSH key generated on an Android Smartphone with JuiceSSH fails to import / fails to get decoded and the widget returns: "wrong passphrase", after entering the correct passphrase.
The key can be used on a Linux Client without any isues, and it works if the passphrase on the key gets changed on Linux.
Steps to reproduce:
Install Juice SSH 3.2.2 on the Smartphone
create new identity, ED25519 Key type, set a passphrase and export the key to the clipboard
open the Stratum0 Widget (version 8.0.0-play)
go to Settings
enter the nickname
press the "refresh" symbol
the SSH key gets imported from the clipboard automatically
ssh-keygen -l -f juice_ssh_private_key.txt
256 SHA256:+D8ZkAMbhZVbNZh0eGXD5WaSob+CisaSTtNgaOO6QhU no comment (ED25519)
I am just the messenger, i've heard that the person with the originating issue has already got in touch with you.
(oh dear, and i see that JuiceSSH is killing the nice formatting of the key with respect to the line lenghts ...) nothing compares against a ssh-keygen on a pc.
I've been asked to troubleshoot an issue where an SSH key generated on an Android Smartphone with JuiceSSH fails to import / fails to get decoded and the widget returns: "wrong passphrase", after entering the correct passphrase.
The key can be used on a Linux Client without any isues, and it works if the passphrase on the key gets changed on Linux.
Steps to reproduce:
Install Juice SSH 3.2.2 on the Smartphone
create new identity, ED25519 Key type, set a passphrase and export the key to the clipboard
open the Stratum0 Widget (version 8.0.0-play)
are we hitting a bug in the sshj Library?:
hierynomus/sshj#770
The text was updated successfully, but these errors were encountered: