私は現在、vagrant
とvirtual box
を使ってVMを起動する必要がある学校プロジェクトがあります。それはPutty
を使用するように私に尋ねます。これは、terminal
自体を使用して、Macではほとんど回避できません。しかし、私はPuttygen
を使用するはずです。正確な命令は、次のとおりです。MacでPuttyGenを使用しようとしています
13. Download PuTTYgen and open it.
14. Click on File -> Load Private Key
The file we are looking for is in the ~\trusty64\.vagrant\machines\default\virtualbox folder (which was automatically created when you installed and configured Vagrant).
Change the visibility to “All Files” and select private_key
Click OK, on the following success message.
15. Click “Save Private Key”, then click Yes in the pop-up window.
16. Save it in any directory for example ~/lucid32. Give it the following name: putty_key
さて問題はOSX
上PuttyGen
がないということです。 This質問は問題を解決します。
Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-129-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Fri Sep 1 21:32:23 UTC 2017
System load: 0.0 Processes: 74
Usage of /: 3.6% of 39.34GB Users logged in: 0
Memory usage: 25% IP address for eth0: 10.0.2.15
Swap usage: 0%
Graph this data and manage this system at:
https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
0 packages can be updated.
0 updates are security updates.
New release '16.04.3 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
Last login: Fri Sep 1 21:32:23 2017 from 10.0.2.2
私はこれが働いていた場合に関してはわからない:ssh -i private_key [email protected] -p 2222
を呼び出すことによって、ファイル自体にあるのPrivateKeyとI ssh
「編で開始する
。秘密鍵を保存するにはどうしたらいいですか?だから私はputtygen privatekey -O private-openssh -o privatekey.pem
を試して進み、私が得た:
puttygen: unable to load file `privatekey': unable to open file
は何私はここで行うことになっていますか?