flutter_server_box
flutter_server_box copied to clipboard
无法添加SSH密钥
不支持DES-EDE3-CBC
不好意思,这个问题我无法解决。
可以到 https://github.com/TerminalStudio/dartssh2/issues ,发起issue寻求帮助。 本项目使用的是上述的ssh lib。
类似的问题,私钥看似保存成功,但配置到服务器无法连接,“查看错误”显示 key not found,杀掉app重新打开私钥就没了,但没有明确报错,日志显示 Field "password" has not been initialized.
@MkQtS 请尝试更新至最新版本(413),再次尝试保存密钥
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
@MkQtS Please try updating to the latest version (413), try saving the key again
@MkQtS 请尝试更新至最新版本(413),再次尝试保存密钥
可以了,感谢
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
@MkQtS Please try updating to the latest version (413), try saving the key again
ok, thanks
文件导入,格式也正确,提示如下问题:FormatException: PEM header must end with-----
检查最后一行是不是空白,或者最后是不是有空格,去掉再保存试试? 这个问题我会优化
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Check if the last line is blank, remove it and try saving again? I will optimize this issue
检查最后一行是不是空白,或者最后是不是有空格,去掉再保存试试? 这个问题我会优化
尝试也不行,等您修复吧
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Check whether the last line is blank or whether there is a space at the end. Try removing it and saving it? I will optimize this issue
It doesn't work even if you try. I'll wait for you to fix it.
文件导入,格式也正确,提示如下问题:FormatException: PEM header must end with-----
@lollipopkit 我也遇到这个问题了,阿里云控制台生成的私钥xxx.pem,下载到手机,直接添加pem文件
更新,复制pem内容到扣扣,再复制后粘贴,添加成功了
尝试此版本能不能从文件添加?
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Try this version Can it be added from the file?
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Try this version Can it be added from the file?
still the same
I have this same error:
PEM header must end with -----
ED25519密钥无法添加,提示格式错误
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Same problem, ED25519 key cannot be added
提示不支持DES-EDE3-CBC,解决办法是xshell生成ED25519密钥,添加到authorized_keys原有内容后面(换行),这样serverbox就能使用新密钥连接了
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
It prompts that DES-EDE3-CBC is not supported. The solution is to use xshell to generate the ED25519 key and add it after the original content of authorized_keys (line break), so that serverbox can use the new key to connect.