Outils pour utilisateurs

Outils du site


tech:draft-monter-un-serveur-sftp-ssh

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
tech:draft-monter-un-serveur-sftp-ssh [2026/07/24 14:03] Jean-Baptistetech:draft-monter-un-serveur-sftp-ssh [2026/07/24 14:09] (Version actuelle) Jean-Baptiste
Ligne 117: Ligne 117:
 `/etc/proftpd/proftpd.conf` `/etc/proftpd/proftpd.conf`
 ~~~ ~~~
-#######                                                                                                                          +####### 
-  ## SFTP Config                                                        +  ## SFTP Config 
-  SFTPEngine      On                                                    +  SFTPEngine      On 
-  Port 7010                                                             +  Port 7010 
-  SFTPHostKey /etc/ssh/ssh_host_rsa_key                                 +  SFTPHostKey /etc/ssh/ssh_host_rsa_key 
-  SFTPHostKey /etc/ssh/ssh_host_dsa_key                                 +  SFTPHostKey /etc/ssh/ssh_host_dsa_key 
-  SFTPClientMatch "WS_FTP" channelWindowSize 1GB                        +  SFTPClientMatch "WS_FTP" channelWindowSize 1GB 
-  # enable for sftp debugging:                                          +  # enable for sftp debugging: 
-  TraceLog /var/log/proftpd/sftp-trace.log                              +  TraceLog /var/log/proftpd/sftp-trace.log 
-  #Trace scp:20 sftp:20 ssh2:20                                         +  #Trace scp:20 sftp:20 ssh2:20 
-  Trace scp:7 sftp:7 ssh2:                                            +  Trace scp:7 sftp:7 ssh2:7
-                                                                 +
-  SFTPLog            /var/log/proftpd/sftp.log                          +
-  TransferLog        /var/log/proftpd/sftp-xferlog                      +
-    +
-  SFTPAuthMethods    publickey password                                                         +
-  AuthUserFile       /etc/proftpd/sftp.passwd                              +
-  SFTPAuthorizedUserKeys file:/etc/proftpd/sftp.passwd.keys/%u         +
      
-  # SFTP specific configuration                                         +  SFTPLog            /var/log/proftpd/sftp.log 
-  DefaultRoot        ~                                                                                                        +  TransferLog        /var/log/proftpd/sftp-xferlog 
 +  SFTPAuthMethods    publickey password 
 +  AuthUserFile       /etc/proftpd/sftp.passwd 
 +  SFTPAuthorizedUserKeys file:/etc/proftpd/sftp.passwd.keys/%u 
 +   
 +  # SFTP specific configuration 
 +  DefaultRoot        ~   
    
-  # Enable compression                                                  +  # Enable compression 
-  SFTPCompression delayed                                                                                                                            +  SFTPCompression delayed 
-  ######   +  ###### 
-Commenter +~~~
  
 Changer : Changer :
 +~~~
 Port Port
-Umask                           007  007 +Umask                           007  007
 #TransferLog #TransferLog
- 
 ~~~ ~~~
  
tech/draft-monter-un-serveur-sftp-ssh.txt · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki