Skip to content

Commit

Permalink
fix sftp
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Dec 7, 2019
1 parent 24f3d49 commit 0313a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/fb_ssh/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'sshd_config' => {
'PermitRootLogin' => false,
'UsePAM' => true,
'Subsystem ftp' => sftp_path,
'Subsystem sftp' => sftp_path,
'AuthorizedKeysFile' => auth_keys,
},
'authorized_keys' => {},
Expand Down

0 comments on commit 0313a07

Please sign in to comment.