i am trying to deloy a flask app but just failed because all my root passwords of different projects are denied in putty and winscp, i used the digital ocean console to install apache, python3, python3-pip,flask web app, flask_sqlalchemy and was successful in all but failed at the stage of using winscp i failed to access…please help
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Did you allow root login with password in the file /etc/ssh/sshd_config ?
Change PermitRootLogin from prohibit-password to yes
Then restart the SSH service: