質問編集履歴

2

logを確認

2018/11/07 23:21

投稿

Tomoya
Tomoya

スコア15

test CHANGED
File without changes
test CHANGED
@@ -31,3 +31,17 @@
31
31
  ssh_exchange_identification: Connection closed by remote host
32
32
 
33
33
  ```
34
+
35
+
36
+
37
+ ## vagrant ssh -- -v でlog確認
38
+
39
+ ```
40
+
41
+ key_load_public: No such file or directory
42
+
43
+ ```
44
+
45
+
46
+
47
+ ここで止まっているようです。

1

vagrant upでも少しエラーが.....

2018/11/07 23:21

投稿

Tomoya
Tomoya

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,24 @@
1
1
  ドットインストールで環境構築の学習を行っているのですが、vagrant ssh の際に下記のようなエラーがでてログインができません。
2
2
 
3
3
  これは何が原因なのでしょうか?
4
+
5
+
6
+
7
+ 因みにVagrant upの際に下記のエラーがでます
8
+
9
+ ですがVirtual boxは起動しています。
10
+
11
+ ```
12
+
13
+ Warning: Connection reset. Retrying...
14
+
15
+ homestead-7: Warning: Remote connection disconnect. Retrying...
16
+
17
+ homestead-7: Warning: Connection reset. Retrying...
18
+
19
+ homestead-7: Warning: Remote connection disconnect. Retrying...
20
+
21
+ ```
4
22
 
5
23
 
6
24