Gary Casey
Gary Casey
See also https://github.com/atsign-foundation/at_client_sdk/issues/380
Closing as obsolete.
Closing as complete
@cconstab a few months have passed ... is it time to take a look at this again?
Closing as completed
Closing as completed
Also need to update at_lookup_impl.dart in at_libraries ```dart static String getNotFoundExceptionMessage(String atSign) { return 'Unable to find secondary address for atSign:$atSign'; } ``` and various other places https://github.com/search?q=org%3Aatsign-foundation+%22Secondary+server+not+found%22&type=code
Meanwhile, I'll add a startup check to verify that the available ssh command on the host supports what we need and, if not, prints a helpful error message explaining and...
Looking through the openssh release notes, the ssh client's `ForkAfterAuthentication` flag was added in [openssh version 8.7](https://www.openssh.com/txt/release-8.7) released on 2021-08-20 The version of openssh supported on debian 10 is, I...