Quantcast
Channel: Comments for The Developer's Tidbits
Viewing all articles
Browse latest Browse all 373

Comment on Implement a SFTP Service for Ubuntu/Debian With a Chroot’ed, Isolated File Directory. by m2guru

$
0
0

This is a great post!

I wanted to add that if you get permission denied errors trying to use a password instead of an SSH key, double check this config option in sshd_config:

PasswordAuthentication no

I also uncommented this one

AuthorizedKeysFile %h/.ssh/authorized_keys

Set it to yes, save it, restart ssh and you should be good.


Viewing all articles
Browse latest Browse all 373

Trending Articles