Comment 10 for bug 957931

Revision history for this message
Mekk (marcin-kasperski) wrote :

There is at least one case in which this module seems to be needed in wine:
    wine PLINK.EXE
does not support key-based authentication anymore since I upgraded to Ubuntu 12.04.

Where I used to succesfully login via key, now I get aforementioned warning and password prompt. AMD64 machine.

$ wine PLINK.EXE -v marcin@platon
Looking up host "platon"
Connecting to 192.168.1.2 port 22
Server version: SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1
Using SSH protocol version 2
We claim version: SSH-2.0-PuTTY_Release_0.61
Doing Diffie-Hellman group exchange
Doing Diffie-Hellman key exchange with hash SHA-256
Host key fingerprint is:
ssh-rsa 2048 77:37:25:8b:8f:71:1f:7b:9c:63:2f:68f8:b1:e5:a3
Initialised AES-256 SDCTR client->server encryption
Initialised HMAC-SHA1 client->server MAC algorithm
Initialised AES-256 SDCTR server->client encryption
Initialised HMAC-SHA1 server->client MAC algorithm
Using username "marcin".
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
marcin@platon's password:

(in case somebody is curious, I use plink to provide ssh-based remote services to some wine apps, one of cases is running remote chess engine over ssh for wine chess gui)