Update app_my_webapp.md

This commit is contained in:
Jaxom99 2018-10-26 15:06:29 +02:00 committed by GitHub
parent d4e2a0f4df
commit b93e9659ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ To allow non-interactive login, you must follow those steps :
- Create a public/private key pair for your script, on your "redacting" computer
- Copy the public key in `/var/www/my_webapp(__#)/.ssh/authorized_keys`
- Adjust the owner of the file and directory to the `webapp#` user
- you may now login without a password input, using `sftp -b`, `lftp` of other sftp clients.
- you may now login without a password input, using `sftp -b`, `lftp` or other sftp clients.
NB : The port number to use for SFTP connexions is the one used for SSH, specified in `/etc/ssh/sshd_config`.