美文网首页
No supported authentication meth

No supported authentication meth

作者: 摩了个羯 | 来源:发表于2024-04-09 10:44 被阅读0次

    putty key 是根据 ssh 来生成的 具体的方法如下

    image.png image.png

    这里是简述,下面是生成ssh的步骤

    先生成ssh , 然后放到git lab中 , 然后去本地 找到 /users/xxxx/.ssh 这个文件夹

    一会通过 git的 Git bash 的终端 生成 ssh 时候, 会在这

    // 你自己的邮箱 三次回车 ,

    ssh-keygen -t rsa -C "xxxxxxx@xxx.com"

    // 会生成ssh 在上面的 文件夹中 id_rsa 和 id_rsa.pub

    // 先去 /users/xxxx/.ssh 下的情况下 , 用git lab的 git bash终端 , 输入 cat id_rsa.pub

    // 会生成 ssh-ras xxxxxxxx xxxx@xxx.com , 从ssh-ras 开始 到邮箱结尾 ,都是ssh key

    // 这些都粘贴后 放到 git lab的 配置新增ssh的那个地方去

    // 然后去 小乌龟 \Program Files\TortoiseGit\bin\ 找到

    // puttygen.exe 这个执行文件

    // Generate => 疯狂滚动鼠标 => save public key 和 save private key

    // 这个时候 .ssh中, 会有这两个key ,

    // 最后点击 上面图片的 origin ,然后 修改下 pubby key的路径 , 这里用到了上面的 private 的那个key

    // 到这里 , putty key 就生成好了

    相关文章

      网友评论

          本文标题:No supported authentication meth

          本文链接:https://www.haomeiwen.com/subject/jakfxjtx.html