Timeline for SSHFS Error: "Bad SSH2 cipher spec 'arcfour'" & "read: Connection reset by peer"
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 18, 2018 at 19:17 | comment | added | AustinFoss | Actually I think I just figured it out. My SSH known_hosts are stored in my users local folder. Where as my SSHFS known_hosts are stored in my root directory. This probably happens because when I just use ssh I don't prefix it with sudo, but I do when using SSHFS because I need root permissions to mount to /mnt/. I could probably fix this by creating a sub directory in /mnt/sshfs/ and giving my user read/write access to that one and I'd never have to worry about the /root/.ssh/known_hosts issue. | |
| Oct 18, 2018 at 17:01 | comment | added | RubberStamp | The command you issued removes all locally stored keys for the remote host. ssh is a "trust on first use" (TOFU) system. So, if a remote system has changed its host keys or IP address, the "known_hosts" record will not match. Perhaps, an update changed the host keys. | |
| Oct 18, 2018 at 16:30 | history | answered | AustinFoss | CC BY-SA 4.0 |