-
Notifications
You must be signed in to change notification settings - Fork 432
Sftp Setup
Mitesh Shah edited this page Jul 28, 2014
·
7 revisions
On cross platforms, Secure FTP allows transfer to and from server. This Tutorial Explain SFTP configuration.
To access the server first step is to setup authenticate user.
Lets set password for www-data user
sudo passwd www-dataSample Output:
^_^[[email protected]:~]# sudo passwd www-data
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfullyCheck Login shell for the user using grep www-data /etc/passwd
^_^[[email protected]:~]# grep www-data /etc/passwd
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologinWhen its nologin in the output we need to change the login shell
To setup login shell change /usr/sbin/nologin to /bin/bash
^_^[[email protected]:~]# vim /etc/passwd
www-data:x:33:33:www-data:/var/www:/bin/bashThis completes sftp setup.
SSH Testing:
ssh www-data@server-ip-addressFilezilla Testing:
Host: server-ip-address
user: www-data
pass: your-password
port: 22EasyEngine (ee):
- Installation
- Stack Module
- Site Module
- Debug Module
- Secure Module
- Other commands
- Configurartion File
- EasyEngine Logs
Tutorials:
- SFTP Setup
- Remote MySQL
- Setup OpenDKIM
- HHVM with EE 2.x.x
- Prevent MySQL crashing
- Change WordPress Cache
- Migrate Website With EasyEngine
- EasyEngine with Hosting Providers
Misc:
- FAQ
- Roadmap
- [Support Forum] (http://community.rtcamp.com/c/easyengine/)
- EasyEngine Update
- EasyEngine Admin Tools
- EasyEngine Beta Testing
Chat:
- [EasyEngine Developer Chat] (https://gitter.im/rtCamp/easyengine)
Testing:
- [Travis-CI] (https://travis-ci.org/rtCamp/easyengine/)
Donations:
Recently Modified: