这个版本的 JuiceSSH 支持 RSA, ECDSA, ed25519 三种格式。 RSA, 密钥长度要选 >=2048 的。 RSA 密钥较大,速度较慢。 ECDSA 和 ed25519 都是 ECC 椭圆曲线加密算法。只是选取的参数不同。 ECC 126bit 的安全强度 相当于 RSA 1024bit。 ECC 密钥小,速度较快。 ECDSA 是 NSA 和 NIST 搞的。被怀疑有后门。
一次在〜/ .ssh / identity中创建身份验证密钥, 〜/ .ssh / id_dsa,〜/ .ssh / id_ecdsa,〜/ .ssh / id_ed25519或〜/ .ssh / id_rsa。 此外,系统管理员可以使用它来生成主机 键,如/ etc / rc中所示。 通常,此程序会生成密钥并要求在其中添加文件 存储私钥。公钥存储在相同的文件中 名称...
yep on DDWRT newer builds RSA keys are obsolete... using putty, you'd need to add keys in putty format ed25519 and move up the key algorithms, the keys generated with DDWRT firmware are not in putty format...so, either need to be converted or generate key's with puttygen.exe___...
So in the recent versions of PuTTYgen, they opted not to mention the version explicitly (to save a space for the new ECDSA and ED25519 key types). The screenshot in AWS documentation is from an older version of PuTTYgen that did not support the ECDSA and ED25519 key types. Check the ...
密钥格式 选择 ed25519, 密钥长度,只有256bit 密码 自己设一个。 这个不是用户的登录密码。 这是用来加密私钥的密码。加密后的私钥文件保存在手机中。 以后每次登录时,需要输入这个密码临时解开私钥,去登录服务器。 另外,如果选择导入,JuiceSSH 支持的是 pem 格式的文件。
密钥格式选择 ed25519,密钥长度,只有256bit 密码⾃⼰设⼀个。这个不是⽤户的登录密码。这是⽤来加密私钥的密码。加密后的私钥⽂件保存在⼿机中。以后每次登录时,需要输⼊这个密码临时解开私钥,去登录服务器。另外,如果选择导⼊,JuiceSSH ⽀持的是 pem 格式的⽂件。密钥类型的选择 这个版本...