Created a new user ‘sftpuser’ and tried to access the gateway using winSCP but we are getting an access denied error
Gateway 11.x
The OVA allows the ssgconfig user access to ftp
If you created a new user ‘sftpuser’ you would need to update the ssh_allowed_user file with that user accordingly.
# adduser ftpuser
#nano /etc/ssh/ssh_allowed_user file
Example file:
sftpuser
ssgconfig
root