質問編集履歴

5

追記2 デバックSSHのログ等

2020/04/21 06:05

投稿

betchi_0727
betchi_0727

スコア5

test CHANGED
File without changes
test CHANGED
@@ -138,7 +138,7 @@
138
138
 
139
139
  ・IPv6での接続:可能
140
140
 
141
- ・UseDNS(sshd_config)の項目:コメントアウト状態だったので、「#」を外して再起動したが状況は変化なし
141
+ ・UseDNS(sshd_config)の項目:「UseDNS no」がコメントアウト状態だったので、「#」を外して再起動したが状況は変化なし
142
142
 
143
143
  ・hosts.allow、hosts.deny、access.conf のファイル:初期状態からいじっておらず、すべてコメントアウト状態
144
144
 

4

追記2 デバックSSHのログ等

2020/04/21 06:05

投稿

betchi_0727
betchi_0727

スコア5

test CHANGED
File without changes
test CHANGED
@@ -134,6 +134,132 @@
134
134
 
135
135
 
136
136
 
137
+ ###追記2
138
+
139
+ ・IPv6での接続:可能
140
+
141
+ ・UseDNS(sshd_config)の項目:コメントアウト状態だったので、「#」を外して再起動したが状況は変化なし
142
+
143
+ ・hosts.allow、hosts.deny、access.conf のファイル:初期状態からいじっておらず、すべてコメントアウト状態
144
+
145
+ ・resolv.conf:PCで調べたDNSサーバーとの一致を確認
146
+
147
+
148
+
149
+ WindowsコマンドプロンプトでのデバックSSH(ssh -vvv user@192.168.10.10)
150
+
151
+ ```
152
+
153
+ UserName@"ラズベリーパイのIPv4"'s password:"正しいパスワードを入力"
154
+
155
+ debug3: send packet: type 50
156
+
157
+ debug2: we sent a password packet, wait for reply
158
+
159
+ debug3: receive packet: type 52
160
+
161
+ debug1: Authentication succeeded (password).
162
+
163
+ Authenticated to ラズベリーパイのIPv4 ([ラズベリーパイのIPv4]:22).
164
+
165
+ debug1: channel 0: new [client-session]
166
+
167
+ debug3: ssh_session2_open: channel_new: 0
168
+
169
+ debug2: channel 0: send open
170
+
171
+ debug3: send packet: type 90
172
+
173
+ debug1: Requesting no-more-sessions@openssh.com
174
+
175
+ debug3: send packet: type 80
176
+
177
+ debug1: Entering interactive session.
178
+
179
+ debug1: pledge: network
180
+
181
+ debug1: console supports the ansi parsing
182
+
183
+ debug3: Successfully set console output code page from:932 to 65001
184
+
185
+ debug3: Successfully set console input code page from:932 to 65001
186
+
187
+ debug3: receive packet: type 80
188
+
189
+ debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
190
+
191
+ debug3: receive packet: type 91
192
+
193
+ debug2: channel_input_open_confirmation: channel 0: callback start
194
+
195
+ debug2: fd 3 setting TCP_NODELAY
196
+
197
+ debug2: client_session2_setup: id 0
198
+
199
+ debug2: channel 0: request pty-req confirm 1
200
+
201
+ debug3: send packet: type 98
202
+
203
+ debug2: channel 0: request shell confirm 1
204
+
205
+ debug3: send packet: type 98
206
+
207
+ debug2: channel_input_open_confirmation: channel 0: callback done
208
+
209
+ debug2: channel 0: open confirm rwindow 0 rmax 32768
210
+
211
+ ```
212
+
213
+ ここで停止してしまいます。IPv6なら、ここから
214
+
215
+ ```
216
+
217
+ debug3: receive packet: type 99
218
+
219
+ debug2: channel_input_status_confirm: type 99 id 0
220
+
221
+ debug2: PTY allocation request accepted on channel 0
222
+
223
+ debug2: channel 0: rcvd adjust 2097152
224
+
225
+ debug3: receive packet: type 99
226
+
227
+ debug2: channel_input_status_confirm: type 99 id 0
228
+
229
+ debug2: shell request accepted on channel 0
230
+
231
+ debug2: client_check_window_change: changed
232
+
233
+ debug2: channel 0: request window-change confirm 0
234
+
235
+ debug3: send packet: type 98
236
+
237
+ Linux RoomControlHost 4.19.97+ #1294 Thu Jan 30 13:10:54 GMT 2020 armv6l
238
+
239
+
240
+
241
+ The programs included with the Debian GNU/Linux system are free software;
242
+
243
+ the exact distribution terms for each program are described in the
244
+
245
+ individual files in /usr/share/doc/*/copyright.
246
+
247
+
248
+
249
+ Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
250
+
251
+ permitted by applicable law.
252
+
253
+ Last login: Tue Apr 21 14:50:34 2020 from PCのIP
254
+
255
+ HostName@Username:~ $
256
+
257
+ ```
258
+
259
+ となることを確認しています。
260
+
261
+
262
+
137
263
  ### 補足情報
138
264
 
139
265
  SSHターミナル:RLogin

3

logの追加・追記

2020/04/21 06:01

投稿

betchi_0727
betchi_0727

スコア5

test CHANGED
File without changes
test CHANGED
@@ -26,11 +26,23 @@
26
26
 
27
27
 
28
28
 
29
- 具体的には、ログイン画面は表示されますが、ユーザー名とパスワードを入力した後進まなくなります。
29
+ ~~具体的には、ログイン画面は表示されますが、ユーザー名とパスワードを入力した後進まなくなります。~~
30
+
31
+ **時間によって挙動が異なります。**
32
+
33
+ **・ユーザー名とパスワードを入力した後進まなくなる**
34
+
35
+ **・入力待ち状態にはなるが一切入力を受け付けない**
36
+
37
+ **・受け付けるが反映まで時間がかかりすぎる(sudoと打っても五秒後くらいに表示される) **
38
+
39
+ **・受け付け状態になるが、打った文字が反映されない**
40
+
41
+ **などです。**
30
42
 
31
43
 
32
44
 
33
- また、ipアドレスではなく「ホスト名.local」を使用した場合は接続が可能です
45
+ また、ipアドレスではなく「ホスト名.local」を使用した場合は上記の問題は発生しません
34
46
 
35
47
 
36
48
 
@@ -52,7 +64,7 @@
52
64
 
53
65
 
54
66
 
55
- 新規作成したユーザー(tmp)でipアドレスでの接続は可能ですが、piユーザーの名前変更を行ったユーザー(参考ページではnewpi)でのipアドレスで接続ができせん
67
+ 新規作成したユーザー(tmp)でipアドレスでの接続は可能ですが、piユーザーの名前変更を行ったユーザー(参考ページではnewpi)でのipアドレスで接続すると問題発生し
56
68
 
57
69
 
58
70
 
@@ -64,7 +76,67 @@
64
76
 
65
77
 
66
78
 
79
+ ### 追記
80
+
81
+ /var/log/auth.log の内容抜粋です。
82
+
83
+ 質問当初と少し状況が変化してしまいました。(再起動くらいしかしていませんが)
84
+
85
+ しかし依然として操作ができる段階にはなっていません。
86
+
87
+
88
+
89
+ RaspberryPiのインターネットへの接続を確認
90
+
91
+
92
+
93
+ IPアドレスで接続を試行:コマンド受け付け状態にならない→ターミナルが閉じてしまう
94
+
95
+
96
+
97
+ 「ホスト名.local」で接続:正常に通信可能
98
+
99
+
100
+
101
+ この状態で「/var/log/auth.log」を確認
102
+
103
+
104
+
105
+ ```
106
+
107
+ Apr 21 11:33:44 HostName sshd[458]: Server listening on 0.0.0.0 port 22.
108
+
109
+ Apr 21 11:33:44 HostName sshd[458]: Server listening on :: port 22.
110
+
111
+ Apr 21 11:34:19 HostName sshd[478]: Accepted password for UserName from "接続したPCのIPv4" port 64829 ssh2
112
+
113
+ Apr 21 11:34:19 HostName sshd[478]: pam_unix(sshd:session): session opened for user UserName by (uid=0)
114
+
115
+ Apr 21 11:34:20 HostName systemd-logind[268]: New session c1 of user UserName.
116
+
117
+ Apr 21 11:34:20 HostName systemd: pam_unix(systemd-user:session): session opened for user UserName by (uid=0)
118
+
119
+ Apr 21 11:34:58 HostName sshd[478]: pam_unix(sshd:session): session closed for user UserName
120
+
121
+ Apr 21 11:34:58 HostName systemd-logind[268]: Session c1 logged out. Waiting for processes to exit.
122
+
123
+ Apr 21 11:34:58 HostName systemd-logind[268]: Removed session c1.
124
+
125
+ Apr 21 11:36:00 HostName sshd[519]: Accepted password for UserName from "接続したPCのIPv6" port 65043 ssh2
126
+
127
+ Apr 21 11:36:00 HostName sshd[519]: pam_unix(sshd:session): session opened for user UserName by (uid=0)
128
+
129
+ Apr 21 11:36:00 HostName systemd-logind[268]: New session c2 of user UserName.
130
+
131
+ Apr 21 11:36:00 HostName systemd: pam_unix(systemd-user:session): session opened for user UserName by (uid=0)
132
+
133
+ ```
134
+
135
+
136
+
67
137
  ### 補足情報
138
+
139
+ SSHターミナル:RLogin
68
140
 
69
141
  接続端末、raspberry pi共にWiFi接続
70
142
 

2

2020/04/21 02:46

投稿

betchi_0727
betchi_0727

スコア5

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
 
4
4
 
5
5
  RaspberryPiを使用して家電をコントロールする機器を作成しています。sshを使用して開発しているのですが、接続できない問題が解決できないので質問を投稿します。
6
+
7
+ ipアドレスでの接続を可能にする方法が有れば教えていただきたいです。
6
8
 
7
9
 
8
10
 

1

2020/04/20 17:01

投稿

betchi_0727
betchi_0727

スコア5

test CHANGED
@@ -1 +1 @@
1
- RaspberryPiへのpiアドレスでのssh接続が出来ない。
1
+ RaspberryPiへのipアドレスでのssh接続が出来ない。
test CHANGED
File without changes