Hi,

I'm having problems using Fossil with the SSH protocol on Windows 8.1.
Somehow the password is not being prompted for. Interestingly enough,
when I run the relevant plink command by itself, the password prompt
comes up and connection succeeds.

Using keys (Pageant) works though - at least if one ignores the "Unable
to write to standard output: The pipe is being closed." message.

Below are the relevant output excerpts.

Thanks,
Daniel


$ fossil version
This is fossil version 1.34 [5032c50d14] 2015-12-04 00:40:25 UTC

$ plink -V
plink: Release 0.66

$ fossil clone --once --sshtrace --verbose --ssh-command "plink -ssh -T
-v" ssh://p******@d***.**:2224/repos/fossil/testssh.fossil testssh.fossil
                Bytes      Cards  Artifacts     Deltas
waiting for server...
plink -ssh -T -v -P 2224 p******@d***.** fossil test-http
repos/fossil/testssh.fossil
Looking up host "d***.**"
Connecting to *.*.***.43 port 2224
We claim version: SSH-2.0-PuTTY_Release_0.66
Server version: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
We believe remote version has SSH-2 channel request bug
Using SSH protocol version 2
Doing Diffie-Hellman group exchange
Doing Diffie-Hellman key exchange with hash SHA-256
Host key fingerprint is:
ssh-rsa 4096 20:b2:**:**:**:**:**:**:**:**:**:**:**:**:**:**
Initialised AES-256 SDCTR client->server encryption
Initialised HMAC-SHA-256 client->server MAC algorithm
Initialised AES-256 SDCTR server->client encryption
Initialised HMAC-SHA-256 server->client MAC algorithm
Using username "p******".


$ plink -ssh -T -v -P 2224 p******@d***.** fossil test-http
repos/fossil/testssh.fossil
Looking up host "d***.**"
Connecting to *.*.***.** port 2224
We claim version: SSH-2.0-PuTTY_Release_0.66
Server version: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
We believe remote version has SSH-2 channel request bug
Using SSH protocol version 2
Doing Diffie-Hellman group exchange
Doing Diffie-Hellman key exchange with hash SHA-256
Host key fingerprint is:
ssh-rsa 4096 20:b2:**:**:**:**:**:**:**:**:**:**:**:**:**:**
Initialised AES-256 SDCTR client->server encryption
Initialised HMAC-SHA-256 client->server MAC algorithm
Initialised AES-256 SDCTR server->client encryption
Initialised HMAC-SHA-256 server->client MAC algorithm
Using username "p******".
p******@d***.**'s password:


> fossil clone --once --sshtrace --verbose --ssh-command "plink -ssh -T
-v" ssh://p******@d***.**:2224/repos/fossil/testssh.fossil testssh.fossil
                Bytes      Cards  Artifacts     Deltas
waiting for server...
plink -ssh -T -v -P 2224 p******@d***.** fossil test-http
repos/fossil/testssh.fossil
Looking up host "d***.**"
Connecting to *.*.***.43 port 2224
We claim version: SSH-2.0-PuTTY_Release_0.66
Server version: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
We believe remote version has SSH-2 channel request bug
Using SSH protocol version 2
Doing Diffie-Hellman group exchange
Doing Diffie-Hellman key exchange with hash SHA-256
Host key fingerprint is:
ssh-rsa 4096 20:b2:**:**:**:**:**:**:**:**:**:**:**:**:**:**
Initialised AES-256 SDCTR client->server encryption
Initialised HMAC-SHA-256 client->server MAC algorithm
Initialised AES-256 SDCTR server->client encryption
Initialised HMAC-SHA-256 server->client MAC algorithm
Pageant is running. Requesting keys.
Pageant has 1 SSH-2 keys
Using username "p******".
Trying Pageant key #0
Authenticating with public key "d*******-*_****-**-**" from agent
Sending Pageant's response
Access granted
Opening session as main channel
Opened main channel
Started a shell/command
Got line: [Status: 200 OK]
Got line: [X-Frame-Options: SAMEORIGIN]
Got line: [Cache-control: no-cache]
Got line: [Content-Type: application/x-fossil-uncompressed; charset=utf-8]
Got line: [Content-Length: 638]
Got line: []
Reading 638 bytes with 1 on hand...  Got 638 bytes
Sent:              53          1          0          0
Received:         638          9          3          0
waiting for server...Got line: [Status: 200 OK]
Got line: [X-Frame-Options: SAMEORIGIN]
Got line: [Cache-control: no-cache]
Got line: [Content-Type: application/x-fossil; charset=utf-8]
Got line: [Content-Length: 404]
Got line: []
Reading 404 bytes with 0 on hand...  Got 404 bytes
Sent:              58          2          0          0
Received:         694          5          0          0
Clone done, sent: 567  received: 1343  ip: d***.**
Sent EOF message
Unable to write to standard output: The pipe is being closed.
Rebuilding repository meta-data...
  100.0% complete...
Extra delta compression...
Vacuuming the database...
project-id: c0f7a2da10af3a2fb8ffe6c2124b672756c96382
server-id:  b210faec39b4c2d0792c71d618f2e34ef073387f
admin-user: p****** (password is "872519")
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to