質問編集履歴
1
追加事項
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -14,4 +14,19 @@
|
|
|
14
14
|
このままで動きません。
|
|
15
15
|
PowerShellでは接続できます
|
|
16
16
|
原因は何なんでしょうか?
|
|
17
|
+
ちなみに下記も参考ください
|
|
18
|
+
$ vagrant ssh-config
|
|
19
|
+
Ignoring ed25519-1.2.4 because its extensions are not built. Try: gem pristine ed25519 --version 1.2.4
|
|
20
|
+
Ignoring wdm-0.1.1 because its extensions are not built. Try: gem pristine wdm --version 0.1.1
|
|
21
|
+
Host default
|
|
22
|
+
HostName 127.0.0.1
|
|
23
|
+
User vagrant
|
|
24
|
+
Port 2222
|
|
25
|
+
UserKnownHostsFile /dev/null
|
|
26
|
+
StrictHostKeyChecking no
|
|
27
|
+
PasswordAuthentication no
|
|
28
|
+
IdentityFile C:/Users/mtg-1/MyVagrant/CygCentOS7.3/.vagrant/machines/default/virtualbox/private_key
|
|
29
|
+
IdentitiesOnly yes
|
|
30
|
+
LogLevel FATAL
|
|
31
|
+
|
|
17
32
|
ご指導ください
|