Para publicar un SFTP sobre un servidor Ubuntu 18.4 estos son los pasos a seguir:
Creamos un grupo para usuarios de SFTP:
sudo groupadd sftp
Creamos un usuario que solo tendrá acceso vía SFTP y no shell:
NOTA: Nos solicitará varios campos pero solo la contraseña es obligatoria.
sudo adduser --shell /bin/false ftpuser
Ingresamos el usuario al Grupo:
sudo usermod -a -G sftp sftpuser
Creamos la carpeta para el SFTP:
sudo mkdir -p /var/sftp/archivos
Le otorgamos propiedad a los miembros del Grupo:
sudo chgrp sftp /var/sftp/archivos
sudo chmod -R 770 /var/sftp/files
Editamos el archivo de confiuración sshd_config:
sudo vim /etc/ssh/sshd_config
Y agregamos al final las siguientes lineas:
Match group sftp
ForceCommand internal-sftp
PasswordAuthentication yes
ChrootDirectory /var/sftp
PermitTunnel no
AllowAgentForwarding no
AllowTcpForwarding no
X11Forwarding no
Reiniciamos el servicio SSH:
sudo systemctl restart ssh
Y con esto ya tenemos configurado un SFTP que atenderá por la IP del servidor mediante el puerto 22.
Thank you for the insights offered in the article. Looking for more such pieces. Visit our site also.
ResponderEliminarAntivirus || Clean my PC || Antivirus Software || Antivirus Cleaner || Internet Security || Antivirus Protection || Internet Security Software || Antivirus Download || Security Antivirus || Antivirus and Security Software || Install Antivirus || Antivirus & Security Software || Mobile Security and Antivirus ||
How to activate prime video? Most of the people think about that how to register prime video and what are the step plus factor about the price. So I suggest that prime video is a part of amazon prime and if you have an account of amazon prime that same account you can use for prime video. Visit - Read More
ResponderEliminar