EternalTerminal icon indicating copy to clipboard operation
EternalTerminal copied to clipboard

Could not reach the ET server

Open prudhvirazz opened this issue 5 years ago • 9 comments

I have been trying to get ET work on Mac for the past few months. I tried lot of fixes suggested here and on the internet. But nothing is working.

I am facing this error "Could not reach the ET server". ssh username@hostname works. But not et.

I even started et using sudo brew services start mistertea/et/et, launchctl start et, launchctl enable et etc. still get the same error.

get the same error with --verbose 9.

prudhvirazz avatar Feb 14 '20 04:02 prudhvirazz

The client and server are both mac?

MisterTea avatar Feb 14 '20 19:02 MisterTea

Client is Mac. Server is Linux.

prudhvirazz avatar Feb 17 '20 06:02 prudhvirazz

I have the same issue as well.

Jasonpoh avatar Apr 10 '20 05:04 Jasonpoh

"could not reach et server" means that the et port is not open. Are you using the default port 2022? Can you telnet to the server on that port and get a connection?

MisterTea avatar May 07 '20 15:05 MisterTea

I am having the same issue. I SSH to my Ubuntu server using a custom port. I am able to telnet to port 2022 on the server from my mac (client) on my LAN but am unable to connect using ET. Currently attempting to get it all working on my LAN before I get it working over WAN.

marleyjaffe avatar Jul 04 '20 08:07 marleyjaffe

I tried it with et --logtostdout --verbose 9 and I got:

[INFO 2020-07-18 13:35:50,425 client-main ParseConfigFile.hpp:1349] unsupported config line: IdentityFile /Users/{HOME_DIR}/.ssh/id_rsa, ignored

mmotherwell avatar Jul 18 '20 04:07 mmotherwell