×
Menu
Index

Change SFTP Password

 
sudo nano /etc/ssh/sshd_config
 
# To enable empty passwords, change to yes (NOT RECOMMENDED)
#PermitEmptyPasswords no
PermitEmptyPasswords yes
 
 
the config file /etc/ssh/sshd_config
 
Subsystem sftp /usr/lib/openssh/sftp-server