sshfs-win-manager icon indicating copy to clipboard operation
sshfs-win-manager copied to clipboard

Add param for KexAlgorithms, Ciphers

Open adritium opened this issue 1 year ago • 0 comments

The hack I currently use is: select param ssh_command and set its value ssh -oKexAlgorithms=diffie-hellman-group1-sha1 -oCiphers=aes128-cbc

This results in the sshfs.exe command having -ossh_command=ssh -oKexAlgorithms=diffie-hellman-group1-sha1 -oCiphers=aes128-cbc

adritium avatar Jul 25 '24 13:07 adritium