Razvan Eduard
unread,Mar 31, 2025, 3:06:42 PMMar 31Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bVNC, aRDP, aSPICE, Opaque Remote Desktop Clients
I want to try vnc over ssh in bVNC.
I created an ecdsa key on kubuntu
ssh-keygen -f ~/.ssh/bvnc -t ecdsa -b 521
copied the private key to phone and tried to import it in PubkeyGeneratorActivity. I get an error
Failed to import. Generate with 'ssh-keygen -t ecdsa-...
I also generated a New Key in PubkeyGeneratorActivity, and they copied private and public key in bvnc2 and bvnc2.pub
I then tried to use private key bvnc2 to connect from Termux on Android to my ubuntu and I got
Load key ".ssh/bvnc2": error in libcrypto
I didn't continued with the setup as I thinkk there is something about keys used by bVNC that I'm missing.