Am 18.12.22 um 11:41 schrieb Gian Piero Carrubba:
> This is because curl (used with http/https scheme) supports IDNA, but
> OpenSSH (the ssh implementation you'd likely use at least on *nix)
> doesn't. I don't know the outcome on Windows. I couldn't find any hints
> whether OpenSSH will support IDNA on a future version, if it already
> does on a version different from the ones I've tested, or if there's a
> configuration (compile time) switch for it.
Also mostly for the record, we do not use any ssh library (Haskell, C or
otherwise), at least not directly. Instead, accessing remote repos via
ssh works by running the 'ssh', 'scp', or 'sftp' commands. The
environment variables DARCS_SSH, DARCS_SCP, and DARCS_SFTP can be used
to override the standard tools of your distro with other (command line
compatible) implementations.
Attachments
|