-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh 私钥不支持 #850
Comments
当不配置Passphrase时,则提示: 在RESP.app上进行同样的配置ssh时,正常连接 |
https://pan.baidu.com/s/1BE48F7cHOaYhjLY5rtEvbw?pwd=823m |
DES-EDE3-CBC,增加的额外算法有这个吗 |
加在cipher里了 |
Cannot parse privateKey: Encrypted OpenSSH private key detected, but no passphrase given SSH config right? |
Error signing data with key: error:06000080:public key routines:OPENSSL_internal:UNSUPPORTED_ALGORITHM SSH config right? 我将私钥转为OpenSSH格式 还是提示这个 |
这是私钥加密了,需要passphrase
这个有点怪,AES-128-CBC已经加进去了啊,你是用的上面网盘下载的么 |
是的,使用你发的安装包 |
Yeah this is a vagrant/virtualbox VM localy accessible on the ip 127.0.0.1 port 2222. I've tried with localhost instead of the ip too. |
you can show me your config |
and you can use your virtual IP in vm like |
Hello, I work with @magnetik and this is the config we use : |
I can connect to the vm from terminal using the same private key than in the redis client config : |
This is the output of
I can also email you my private key if you want since it's an autogenerated one. |
@Braxilior you can email me your private and public key if possible, and I will try to debug with your keys. shiboqi123#gmail.com |
Looks like we are bitten by mscdex/ssh2#989 mscdex/ssh2#1200 seems to be a fix for it, but it's not merged. |
but as I emailed you, it works well in my computer with your private_key. the only different between us is the sshd server maybe. |
We are running |
reproduced, if I update my OpenSSH from 6.6 to OpenSSH_8.9p1, the app login failed when using RSA keys, while success in cli. it seems that the author of ssh2 do not have a good idea, but we can solve it by modifying ssh server config # Add the line below
PubkeyAcceptedKeyTypes=+ssh-rsa |
Cannot parse privateKey: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT SSH config |
试试这个命令改一下格式呢 |
OS
Windows
VERSION
1.5.5
ISSUE DESCRIPTION
Error signing data with key: error:06000080:public key routines:OPENSSL_internal:UNSUPPORTED_ALGORITHM SSH config right?
私钥信息
-----BEGIN DSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,94C40EB3BDAD4460
The text was updated successfully, but these errors were encountered: