server_configuration:sftp

This is an old revision of the document!


Everything was ready out the box…

I did have fun as my configuration in my client application was set to point to an IP rather than the hostname.

Some related notes:

Note, I'd added the user account to the group “sftp” which then made it specifically an sftp account and blocked it for ssh using the basic configuration. I got the error “the session allows sftp connections only” when trying to ssh. Removing the account from the group fixed things.

# Create sftp group and add user
groupadd sftp
usermod -a -G sftp david
 
# Restart SSH - 2 methods
systemctl restart ssh
service ssh reload
 
# Remove user from group
gpasswd -d david sftp
 
# View groups
groups david
  • server_configuration/sftp.1612202263.txt.gz
  • Last modified: 2021/02/01 17:57
  • by david