From b93e9659abccecc0cd246680b0c726bde77a2a2b Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Fri, 26 Oct 2018 15:06:29 +0200 Subject: [PATCH] Update app_my_webapp.md --- app_my_webapp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_my_webapp.md b/app_my_webapp.md index 45ea143b..e1daf4fd 100644 --- a/app_my_webapp.md +++ b/app_my_webapp.md @@ -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`.