vagrantで起動したサーバに対してファイルの受け渡しをしたい 05-21-2015 vagrantで起動したサーバに対して、ファイルの受け渡しをしたい場合のメモ 1234567891011121314151617$ vagrant ssh-config > .vagrant.ssh.config$ cat .vagrant.ssh.configHost example001 HostName 127.0.0.1 User vagrant Port 2200 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile /Users/atani/.vagrant.d/insecure_private_key IdentitiesOnly yes LogLevel FATAL$ scp -F .vagrant.ssh.config example001:~/sample.txt ./ Newer vimで置換して改行 Older harakaでsmtpサーバを立てよう!