-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host is not known 'Invalid argument in ssh_options_set' #23
Comments
I have the same problem - but on Mac OSX Mojave. I already deleted my
Is there any other I can access the remote host via sftp and ssh ( and the given "video" directory ) on console when using the given user though. What else can be done to fix this problem ? My
|
I created a new ssh-key using
Looks like the ssh-key of my remote Synology Diskstation uses an old/unsupported ssh-key !? |
I managed to change the used ssh-key in my synology diskstation by editing After cleaning my local And Kodi can read my movies on the remote host again :-) Thanks for creating Kodi and this SSH/SFTP plugin !! |
This worked for me. |
Thanks @jobhh. I had same issue and fixed it removing the known_hosts file. |
right if anyone running kodi on windows have this problem, you can find known_hosts file under: mine happened because server running ubuntu was reinstalled and host key was changed, which is normal behavior. |
I might have encountered another bug. I also "fixed it", so if anyone else encountered this error message in your kodi.log, look below.
Kodi 17 with SFTP was working without issues on Android TV, on a Nvidia Shield with its latest software. I updated to Kodi 18 and ran into the following issue. The Kodi GUI doesn't give any information on why the SFTP connection doesn't work, or that the connection failed in the first place.
The known_hosts looked like this:
I removed it and the newly created known_hosts, and the known_hosts that has been on my laptop for months, looks like this:
Possible explanations:
Anyways :) Fix: Remove the known_hosts file and try the SFTP connection in Kodi again. On Android it is at Android\data\org.xbmc.kodi\files.ssh\known_hosts.
The text was updated successfully, but these errors were encountered: