I have an Ubuntu server that runs certain scripts and should ssh into windows server to execute data. I am developing using python and using paramiko for ssh.
Currently, the windows login ssh password is provided plain text.
What good ways are available to store/retrieve password such that if anyone reads the code, they aren't able to easily get the password?