質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -27,3 +27,33 @@
|
|
27
27
|
![イメージ説明](ced6b2441d3645547c498ff2e9b06705.png)
|
28
28
|
|
29
29
|
![イメージ説明](da3b572012c699899731133b98e9f743.png)
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
【追記2】
|
34
|
+
|
35
|
+
```ここに言語を入力
|
36
|
+
|
37
|
+
PS D:\MyVagrant\MyCentOS\centos7> vagrant ssh-config
|
38
|
+
|
39
|
+
Host default
|
40
|
+
|
41
|
+
HostName 127.0.0.1
|
42
|
+
|
43
|
+
User vagrant
|
44
|
+
|
45
|
+
Port 2222
|
46
|
+
|
47
|
+
UserKnownHostsFile /dev/null
|
48
|
+
|
49
|
+
StrictHostKeyChecking no
|
50
|
+
|
51
|
+
PasswordAuthentication no
|
52
|
+
|
53
|
+
IdentityFile D:/MyVagrant/MyCentOS/centos7/.vagrant/machines/default/virtualbox/private_key
|
54
|
+
|
55
|
+
IdentitiesOnly yes
|
56
|
+
|
57
|
+
LogLevel FATAL
|
58
|
+
|
59
|
+
```
|
1
スクショ追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -17,3 +17,13 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
でログインを試みましたが、秘密鍵のファイルを選択しろと言われてしまいます。この秘密鍵のファイルというのはどこにあるのでしょうか?もしくは何か見当違いをしているのでしょうか?
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
【追記】
|
24
|
+
|
25
|
+
tera termのスクショです。
|
26
|
+
|
27
|
+
![イメージ説明](ced6b2441d3645547c498ff2e9b06705.png)
|
28
|
+
|
29
|
+
![イメージ説明](da3b572012c699899731133b98e9f743.png)
|