yumがうまく動かなかった場合?

http://mirror.centos.org/centos/6/SCL/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 – “The requested URL returned error: 404 Not Found”
他のミラーを試します。
エラー: Cannot retrieve repository metadata (repomd.xml) for repository: scl. Please verify its path and try again

sudo yum -y remove centos-release-SCL
sudo yum -y install centos-release-sclo-rh

↓別対応(これの場合、CentOSがバージョンアップしてしまう)
$ sudo yum remove centos-release-SCL
$ sudo yum update # CentOS-6.8にアップデート
$ sudo yum install centos-release-scl
$ sudo yum update

秘密鍵

default: Warning: Authentication failure. Retrying…
↑のようなエラー時

vagrant ssh-config

IdentityFile “C:/xampp/htdocs/attendance/vagrant/.vagrant/machines/attendance/virtualbox/private_key”

ssh-keygen -yf xxxx/vagrant_private_key > public_key
public_keyがゲスト側にできるので、viとかで中身見てコピー

vagrant ssh
初期パスワードは「vagrant」

sudo vi /home/vagrant/.ssh/authorized_keys
コピーしたpublic_keyの中身を上書き