質問編集履歴
3
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -79,9 +79,12 @@
|
|
79
79
|
現在のMysql Host名(127~)に合わせるとThe SSH Tunnel has unexpectedly closed. というエラーがでました。
|
80
80
|
|
81
81
|
# 追記
|
82
|
+
**Sequel Pro設定画面**
|
82
|
-
](c4e37abb9099fb88ff7c33a9cd33cc06.png)
|
83
84
|
|
85
|
+
|
84
|
-
|
86
|
+
**Sequel Proでのエラー詳細**
|
87
|
+
```
|
85
88
|
Used command: /usr/bin/ssh -v -N -S none -o ControlMaster=no -o ExitOnForwardFailure=yes -o ConnectTimeout=10 -o NumberOfPasswordPrompts=3 -o TCPKeepAlive=no -o ServerAliveInterval=60 -o ServerAliveCountMax=1 -p 3000 vagrant@127.0.0.1 -L 60031:127.0.0.1:3306 -L 60032:127.0.0.1:3306
|
86
89
|
|
87
90
|
OpenSSH_7.6p1, LibreSSL 2.6.2
|
2
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -79,4 +79,16 @@
|
|
79
79
|
現在のMysql Host名(127~)に合わせるとThe SSH Tunnel has unexpectedly closed. というエラーがでました。
|
80
80
|
|
81
81
|
# 追記
|
82
|
-
](c4e37abb9099fb88ff7c33a9cd33cc06.png)
|
83
|
+
|
84
|
+
``` Sequel Proでのエラー詳細
|
85
|
+
Used command: /usr/bin/ssh -v -N -S none -o ControlMaster=no -o ExitOnForwardFailure=yes -o ConnectTimeout=10 -o NumberOfPasswordPrompts=3 -o TCPKeepAlive=no -o ServerAliveInterval=60 -o ServerAliveCountMax=1 -p 3000 vagrant@127.0.0.1 -L 60031:127.0.0.1:3306 -L 60032:127.0.0.1:3306
|
86
|
+
|
87
|
+
OpenSSH_7.6p1, LibreSSL 2.6.2
|
88
|
+
debug1: Reading configuration data /etc/ssh/ssh_config
|
89
|
+
debug1: /etc/ssh/ssh_config line 48: Applying options for *
|
90
|
+
debug1: Control socket " none" does not exist
|
91
|
+
debug1: Connecting to 127.0.0.1 [127.0.0.1] port 3000.
|
92
|
+
debug1: connect to address 127.0.0.1 port 3000: Operation timed out
|
93
|
+
ssh: connect to host 127.0.0.1 port 3000: Operation timed out
|
94
|
+
```
|
1
いただいたアンサーに対して追記しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -76,4 +76,7 @@
|
|
76
76
|
SSH Host名とMysql Host名を同一にしてみたりも試しましたが、
|
77
77
|
現在のSSH Host名(192〜)に合わせると同様なエラー文言が出て、
|
78
78
|
|
79
|
-
現在のMysql Host名(127~)に合わせるとThe SSH Tunnel has unexpectedly closed. というエラーがでました。
|
79
|
+
現在のMysql Host名(127~)に合わせるとThe SSH Tunnel has unexpectedly closed. というエラーがでました。
|
80
|
+
|
81
|
+
# 追記
|
82
|
+
](c4e37abb9099fb88ff7c33a9cd33cc06.png)
|