Is it possible to separate SSH and SFTP?
For example, have SFTP listening on port 22 and SSH on port 2222?
I have separated list of SFTP and SSH users, the goal is to allow SFTP users to connect on port 22, and make SSH listening on higher port such as 2222.
As both are essentially part of SSH I could not find a way to achieve this.
Thanks in advance!