Skip to content

Commit

Permalink
Merge pull request #101 from JoseMMerida/patch-1
Browse files Browse the repository at this point in the history
Add ciphers parameter
  • Loading branch information
evsar3 authored Sep 28, 2021
2 parents f03f8f3 + 36c6977 commit fdc1946
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/renderer/SshfsParamsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,5 +278,10 @@ export default [
name: 'create_dir_umask',
type: 'number',
description: 'New directory permissions (octal)'
},
{
name: 'Ciphers',
type: 'string',
description: 'Specify the cipher to encrypt the connection'
}
]

0 comments on commit fdc1946

Please sign in to comment.