Results 262 comments of Jason Gauci

@jwmcglynn what are your thoughts?

et doesn't persist an ssh connection, but only uses ssh at the beginning for handshaking and authentication (e.g. two-factor).

Yeah I understand your request but it's impossible. If we sent all the data over ssh, then we can't autoresume because ssh doesn't autoresume

@tbodt check out autossh. But if you are restarting the ssh connection, what's the point of using et?

Ok I see now, this is interesting. Yeah I think you can forward port 2022 using ssh and then et to localhost to make the connection. If this works, let's...

That error suggests that the et server is not running. Can you telnet to localhost:2022 and verify that something is running on there?

Please edit the README to add anything that wasn't clear so people after you can use your experience

Great point, it wouldn't be hard to scan /tmp for old et files and clean them up. I wish there was some way to put a bounty on issues so...

Please submit a PR with the change

@SuperSandro2000 I learned c++ by submitting changes to an open source project. So can you!