mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-24 12:59:24 -05:00
Clarify the need for LF in users.conf
Multiple issues are being solved by explaining this need. https://github.com/atmoz/sftp/issues/234#issuecomment-670701339 https://github.com/atmoz/sftp/issues/231#issuecomment-775000870
This commit is contained in:
parent
f735906a35
commit
a5a5a23194
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ bar:abc:1002:100
|
|||
baz:xyz:1003:100
|
||||
```
|
||||
|
||||
Tip: you **MUST** use LF for end of line and **NOT** CRLF
|
||||
|
||||
## Encrypted password
|
||||
|
||||
Add `:e` behind password to mark it as encrypted. Use single quotes if using terminal.
|
||||
|
|
Loading…
Reference in a new issue