質問編集履歴

3

補足を追加

2018/02/09 04:53

投稿

mizutama72
mizutama72

スコア31

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,57 @@
45
45
 
46
46
 
47
47
  有識者の方、お知恵をお貸しいただけると助かります。どうぞよろしくお願い致します。
48
+
49
+
50
+
51
+ [補足]
52
+
53
+
54
+
55
+ 繋がらないubuntuサーバのログを表示させてみました。
56
+
57
+ ssh -vvv xxxxxxxxx@xxxxxxxxxx.jp の結果の最後の部分
58
+
59
+
60
+
61
+ ```
62
+
63
+ debug2: we did not send a packet, disable method
64
+
65
+ debug1: No more authentication methods to try.
66
+
67
+ Permission denied (publickey).
68
+
69
+ ```
70
+
71
+
72
+
73
+ 正常に繋がる別のubuntuサーバの場合のログ
74
+
75
+ ssh -vvv xxxxxxxxx@xxxxxxxxxx.jp の結果の最後の部分
76
+
77
+
78
+
79
+ ```
80
+
81
+ debug2: we did not send a packet, disable method
82
+
83
+ debug3: authmethod_lookup password
84
+
85
+ debug3: remaining preferred: ,password
86
+
87
+ debug3: authmethod_is_enabled password
88
+
89
+ debug1: Next authentication method: password
90
+
91
+ ```
92
+
93
+
94
+
95
+ となっています。
96
+
97
+
98
+
99
+ we did not send a packet, disable methodの後が、
100
+
101
+ authmethod_lookup passwordになっていると、繋がるようなのですが、この部分は何に違いがあるのでしょうか?

2

ansibleのスペルを変更2

2018/02/09 04:53

投稿

mizutama72
mizutama72

スコア31

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- macでansiibleを使い、ubuntuのサーバを新規にセットアップしました。
1
+ macでansibleを使い、ubuntuのサーバを新規にセットアップしました。
2
2
 
3
3
 
4
4
 

1

ansibleのスペルを変更

2018/02/09 03:14

投稿

mizutama72
mizutama72

スコア31

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- macでansicibleを使い、ubuntuのサーバを新規にセットアップしました。
1
+ macでansiibleを使い、ubuntuのサーバを新規にセットアップしました。
2
2
 
3
3
 
4
4