質問編集履歴

1

追加事項

2019/05/18 06:02

投稿

Casablanca_mtg
Casablanca_mtg

スコア209

test CHANGED
File without changes
test CHANGED
@@ -30,4 +30,34 @@
30
30
 
31
31
  原因は何なんでしょうか?
32
32
 
33
+ ちなみに下記も参考ください
34
+
35
+ $ vagrant ssh-config
36
+
37
+ Ignoring ed25519-1.2.4 because its extensions are not built. Try: gem pristine ed25519 --version 1.2.4
38
+
39
+ Ignoring wdm-0.1.1 because its extensions are not built. Try: gem pristine wdm --version 0.1.1
40
+
41
+ Host default
42
+
43
+ HostName 127.0.0.1
44
+
45
+ User vagrant
46
+
47
+ Port 2222
48
+
49
+ UserKnownHostsFile /dev/null
50
+
51
+ StrictHostKeyChecking no
52
+
53
+ PasswordAuthentication no
54
+
55
+ IdentityFile C:/Users/mtg-1/MyVagrant/CygCentOS7.3/.vagrant/machines/default/virtualbox/private_key
56
+
57
+ IdentitiesOnly yes
58
+
59
+ LogLevel FATAL
60
+
61
+
62
+
33
63
  ご指導ください