Skip to content

Commit

Permalink
Fixes #123
Browse files Browse the repository at this point in the history
  • Loading branch information
evsar3 authored Dec 17, 2021
1 parent a10a11d commit 798c768
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 @@ -283,5 +283,10 @@ export default [
name: 'Ciphers',
type: 'string',
description: 'Specify the cipher to encrypt the connection'
},
{
name: 'StrictHostKeyChecking',
type: 'string',
description: 'If this flag is set to "yes", ssh will never automatically add host keys to the ~/.ssh/known_hosts'
}
]

0 comments on commit 798c768

Please sign in to comment.