Open fspmarshall opened 4 years ago
When I use tsh ssh
a node that doesn't exist, I get error: failed connecting to node tp. dial tcp: lookup tp: Temporary failure in name resolution
. So has this issue already been addressed?
I think this is still a problem - it’s just tough to find a case where the error is passed through. I’ll see if I can get a consistent reproduction for the issue.
See also #4202
The
tsh ssh
command dumps errors that originate from theproxy
in an ugly and unformatted state. E.g. when connecting to a node that does not exits:It would be nice to have
tsh
be able to recognize errors originating from the proxy and correctly show well-formatted short/long variants depending on the presence of the--debug
flag.