博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 如何转换 ppk ,连接 amazon ec2
阅读量:4309 次
发布时间:2019-06-06

本文共 962 字,大约阅读时间需要 3 分钟。

  • 转 自 :
  • 1

    Open a terminal window in Ubuntu, or log in if you are converting the keys on a remote Ubuntu server.

  • 2

    Type "sudo apt-get install putty-tools" at the terminal prompt to install the PuTTY tools. Enter your password when requested by sudo, to run apt-get with the root permissions needed for installation.

  • 3

    Convert the public key by typing the following at the terminal prompt:

    puttygen keyfile.ppk -o id_rsa.pub -O public-openssh

    Where "keyfile.ppk" is the PuTTY .ppk file to convert, and "id_rsa.pub" is the name of the converted key file.

  • 4

    Convert the private key by typing:

    puttygen keyfile.ppk -o id_rsa -O private-openssh

    Where "keyfile.ppk" is the key file to convert, and "id_rsa" is the private key file. PuTTY stores both the private and public keys in the .ppk file, which is why you use the same file to convert both keys. You can now use both keys with OpenSSH.

Read more:  

转载于:https://www.cnblogs.com/yeelone/archive/2013/03/06/2945781.html

你可能感兴趣的文章
CTA策略02_boll
查看>>
vnpy通过jqdatasdk初始化实时数据及历史数据下载
查看>>
设计模式19_状态
查看>>
设计模式20_观察者
查看>>
vnpy学习10_常见坑02
查看>>
用时三个月,终于把所有的Python库全部整理了!拿去别客气!
查看>>
pd.stats.ols.MovingOLS以及替代
查看>>
vnpy学习11_增加测试评估指标
查看>>
资金流入流出计算方法
查看>>
海龟交易法则07_如何衡量风险
查看>>
海龟交易法则08_风险与资金管理
查看>>
海龟交易法则09_海龟式积木
查看>>
海龟交易法则10_通用积木
查看>>
海龟交易法则14_掌控心魔
查看>>
海龟交易法则16_附原版海龟交易法则
查看>>
克罗谈投资策略01_期货交易中的墨菲法则
查看>>
克罗谈投资策略02_赢家和输家
查看>>
克罗谈投资策略03_你所期望的赌博方式
查看>>
克罗谈投资策略04_感觉与现实
查看>>
通向财务自由之路01_导读
查看>>