Replies: 2 comments
-
That tutorial is about our Google Marketplace offer which is not yet public, it may be inaccurate, sorry, we'll review it in more details before publishing the offer. We provide commercial support if you need guarantees and advice. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is a syntax error: the letter "D" is missing. It should be: SFTPGO_SFTPD__BINDINGS__0__PORT instead of SFTPGO_SFTP__BINDINGS__0__PORT |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
following the tutorial:
[SFTPGo on Google Cloud Platform](https://docs.sftpgo.com/2.6/tutorials/sftp-google-cloud/#Reconfigure-SFTPGo-to-use-the-port-22-for-SFTP)
I've created the file /etc/sftpgo/env.d/custom.env containing the following line:
SFTPGO_SFTP__BINDINGS__0__PORT=22
But SFTPGo keep listening on port 2022.
The only way I found to make it listen on port 22 is to change from 2022 to 22 the value of parameter "port" into sftpd->bindings section of /etc/sftpgo/sftpgo.json
Where is my mistake?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions