Update vsftp_ftps_implicit.conf#3
Update vsftp_ftps_implicit.conf#3thomasreiser wants to merge 1 commit intoloicmathieu:masterfrom thomasreiser:master
Conversation
Set listen_port to 990
|
Hi @loicmathieu, could you maybe also add the hacktoberfest tag? :-) |
|
@thomasreiser what's the rational behind this change. |
|
The rational is that the default port for implicit ftps is 990. But you can remap the port in port mappings too. |
|
If it's the default, it don't needs to be specify in the configuration right ? Maybe I'm missing something but you just propose to define the default in the config file, this is not something I would do as the config file currently only contains the values that differs from the default. |
|
My bad, I was not very clear. The port tcp/990 is reserved for ftps by IANA (https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml). That's what I meant. But it is not default for ftps in vsftpd. You need to explicitly set it. |
|
So it's a breaking change ! My takes on this is if you want more flexible configuration, you can mount a filesystem to override the configuration files embedded inside the image. |
Set listen_port to 990.