darcs repository web UI and hosting app. This is the main darcsden trunk, which also runs hub.darcs.net. (https://hub.darcs.net)
#64Failure connecting to SSH with PuTTY on windows
Using PuTTY on Windows, I cannot seem to push at all. The key issue seems to be some sort of SSH handshake issue, with PuTTY returning on every attempted call showing "FATAL ERROR: No supported authentication methods". (I do have Pageant running and with the correct key loaded.) An example verbose transcript:
>darcs push --debug-verbose -a worldmaker@hub.darcs.net:Debtstack Beginning identifying repository . Done identifying repository . Identified darcs-2 repo: C:/Users/Max/Repos/Debtstack Beginning identifying repository worldmaker@hub.darcs.net:debtstack Disabling progress reports... ssh worldmaker@hub.darcs.net darcs transfer-mode --repodir Debtstack/ Failed to start ssh connection: fd:4: hGetLine: end of file Severing ssh failed connection to worldmaker@hub.darcs.net:Debtstack/_darcs/format NOTE: the server may be running a version of darcs prior to 2.0.0.
Installing darcs 2 on the server will speed up ssh-based commands.
Disabling progress reports... scp -q worldmaker@hub.darcs.net:Debtstack/_darcs/format .9616 ; # AsIs AsIs AsIs Fatal: Disconnected: No supported authentication methods available Leaving progress reports off. (scp) failed to fetch: worldmaker@hub.darcs.net:Debtstack/_darcs/format Disabling progress reports... Disabling progress reports... scp -q worldmaker@hub.darcs.net:Debtstack/_darcs/inventory .9616 ; # AsIs AsIs AsIs Fatal: Disconnected: No supported authentication methods available Leaving progress reports off. (scp) failed to fetch: worldmaker@hub.darcs.net:Debtstack/_darcs/inventory
Ah, PLink does have a verbose:
>ssh -v worldmaker@hub.darcs.net darcs transfer-mode Looking up host "hub.darcs.net" Connecting to 173.255.219.222 port 22 Server version: SSH-2.0-DarcsDen We claim version: SSH-2.0-PuTTY_Release_0.60 Using SSH protocol version 2 Using Diffie-Hellman with standard group "group1" Doing Diffie-Hellman key exchange with hash SHA-1 Host key fingerprint is: ssh-rsa 2048 31:b9:1c:ec:83:4d:fe:45:4d:9a:61:ba:f4:72:5c:eb Initialised AES-256 CBC client->server encryption Initialised HMAC-SHA1 client->server MAC algorithm Initialised AES-256 CBC server->client encryption Initialised HMAC-SHA1 server->client MAC algorithm Pageant is running. Requesting keys. Pageant has 1 SSH-2 keys Using username "worldmaker". Trying Pageant key #0 Server refused public key Disconnected: No supported authentication methods available FATAL ERROR: Disconnected: No supported authentication methods available
- status set to closed
Oh, well, I'm dumb. Pasted the Public Key as PGP/Pageant format rather than id_rsa format. Hah.
- summary changed to "Failure connecting to SSH with PuTTY on windows"