tata色々な備忘録

データ解析、画像解析、化学分析などなど

Vagrant+VirtualBox環境の構築3(CentOS)

参考
http://dqn.sakusakutto.jp/2013/08/windows_vagrant_ssh.html
http://qiita.com/ogomr/items/0a2ac80206bad4fa3089

C:\HashiCorp\Vagrant\embedded\bin\mintty.exe の使い方

#使えない
$ vagrant ssh

下記のコマンドを一度実行

#sshのログイン情報を書き込む
$ vagrant ssh-config >> ~/.ssh/config

以後は下記でログイン可能

$ ssh default

viが使いやすくなるね。