質問編集履歴
11
内容を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
ClientAliveInterval 30
|
46
46
|
|
47
|
-
ClientAliveCountMax 1
|
47
|
+
ClientAliveCountMax 120
|
48
48
|
|
49
49
|
|
50
50
|
|
10
内容を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -39,6 +39,12 @@
|
|
39
39
|
#ClientAliveInterval 0
|
40
40
|
|
41
41
|
#ClientAliveCountMax 3
|
42
|
+
|
43
|
+
#↓
|
44
|
+
|
45
|
+
ClientAliveInterval 30
|
46
|
+
|
47
|
+
ClientAliveCountMax 15
|
42
48
|
|
43
49
|
|
44
50
|
|
9
内容を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -82,4 +82,4 @@
|
|
82
82
|
|
83
83
|
RLoginのプロトコル箇所の設定
|
84
84
|
|
85
|
-
![RLoginの設定](e7e4b0a82b21734835c364839cce05aa.png)
|
85
|
+
![RLoginの設定](e7e4b0a82b21734835c364839cce05aa.png)
|
8
内容を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -79,3 +79,7 @@
|
|
79
79
|
現在接続しているのは私のみ(クライアント1つだけ...の筈が)
|
80
80
|
|
81
81
|
![whoコマンドの結果](3bdbf2ae9575f032f026d16cdb870fd1.png)
|
82
|
+
|
83
|
+
RLoginのプロトコル箇所の設定
|
84
|
+
|
85
|
+
![RLoginの設定](e7e4b0a82b21734835c364839cce05aa.png)](10dc5ba00c0ff5603b0bf50fbd146983.png)
|
7
タグの修正
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
6
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,6 +40,14 @@
|
|
40
40
|
|
41
41
|
#ClientAliveCountMax 3
|
42
42
|
|
43
|
+
|
44
|
+
|
45
|
+
[root@host ~]# view /etc/ssh/ssh_config
|
46
|
+
|
47
|
+
ServerAliveInterval 30
|
48
|
+
|
49
|
+
ServerAliveCountMax 60
|
50
|
+
|
43
51
|
```
|
44
52
|
|
45
53
|
こちらの設定の通り、クライアントのClientAliveIntervalはコメントアウトなので、
|
5
内容を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -68,4 +68,6 @@
|
|
68
68
|
|
69
69
|
![接続の切れたSSHDのプロセス](23e26b3009d17d3f30c3a667ce8a8931.png)
|
70
70
|
|
71
|
+
現在接続しているのは私のみ(クライアント1つだけ...の筈が)
|
72
|
+
|
71
73
|
![whoコマンドの結果](3bdbf2ae9575f032f026d16cdb870fd1.png)
|
4
内容を詳細化
test
CHANGED
File without changes
|
test
CHANGED
@@ -67,3 +67,5 @@
|
|
67
67
|
![鍵情報追加時のダイアログ](3393dd7bd7c1223cdc419780f1ffc2cf.png)
|
68
68
|
|
69
69
|
![接続の切れたSSHDのプロセス](23e26b3009d17d3f30c3a667ce8a8931.png)
|
70
|
+
|
71
|
+
![whoコマンドの結果](3bdbf2ae9575f032f026d16cdb870fd1.png)
|
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,12 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
SSH接続切れる場合の対処方法を教えて欲しい
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
### 起きていること
|
2
10
|
|
3
11
|
|
4
12
|
|
@@ -57,3 +65,5 @@
|
|
57
65
|
![公開鍵認証時のダイアログ](6c8a053482f81005c7871a48d1a8e4f2.png)
|
58
66
|
|
59
67
|
![鍵情報追加時のダイアログ](3393dd7bd7c1223cdc419780f1ffc2cf.png)
|
68
|
+
|
69
|
+
![接続の切れたSSHDのプロセス](23e26b3009d17d3f30c3a667ce8a8931.png)
|
2
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -3,6 +3,10 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
SSH接続中に接続が切れる
|
6
|
+
|
7
|
+
**サイクル時間は不定...5分で切れるときもあれば、30分で切れること有り**
|
8
|
+
|
9
|
+
**...最低でも35分に1回は操作に如何に関わらず、切れます。**
|
6
10
|
|
7
11
|
同時にホスト鍵認証が、既知リストに追加してある筈が、
|
8
12
|
|