LoginSignup
20
20

More than 5 years have passed since last update.

Vagrantの仮想マシンにscpでファイル転送する

Posted at

1.OpenSSHの設定をする

OpenSSHの設定を行う. vagrant ssh-configコマンドで出来る.

$vagrant ssh-config 

このコマンドで得ることのできるファイルを,ssh.configに書き込む

$vagrant ssh-config > ssh.config

2.scpコマンドで転送する

scp -F ssh.config hoge.txt vagrant@default:~/
  • scp [-F ssh_config] コンフィグファイルを指定
20
20
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
20