metal3d / idok

A simple command line to stream media to kodi (aka xbmc). Stream youtube, gstreamer output, livestreamer output, and many other media stream.
BSD 3-Clause "New" or "Revised" License
62 stars 9 forks source link

SSH tunnel not working #8

Open mac1202 opened 8 years ago

mac1202 commented 8 years ago

Hello i m connecting to my htpc using a key wuth a passphrase and using ksshaskpass so i dont have to input my passphrase everytime i want to connect to my htpc. But idok can't connect to my htpc with ssh, woking fine without it. Here the output

2015/11/23 17:04:22 not schemed
2015/11/23 17:04:22 ssh: handshake failed: ssh: unable to authenticate, attempted methods [none], no supported methods remain
Stebs commented 8 years ago

Got the same problem. I use an EdDSA Ed25519 Keypair, chacha20 etc., the "default/best" settings recommended by newest openssh versions, could that be the problem? To be clear: ssh root@openelec works, idok -target openelec -ssh -sshuser root mp3/some.mp3 does not work, same error mesage as user above...

metal3d commented 8 years ago

Hi, sorry for answer latence.

I will remove my crypto fork and use back the official one. I'll set a new release very soon.

That will, I guess, fix some problems.

mac1202 commented 7 years ago

Hi, any news about new version ?

metal3d commented 7 years ago

Hi. Yes. I'm currently removing old crypto reference and making sime tests.